#FFCB90

Color #FFCB90 Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #FFCB90

Tints of Peach-Orange #FFCB90

Color information

#FFCB90 (or 0xFFCB90) is unknown color: approx Peach-Orange. HEX triplet: FF, CB and 90. RGB value is (255,203,144). Sum of RGB (Red+Green+Blue) = 255+203+144=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 144 (56.64% from 255 or 23.92% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCB90 is #00346F. Grayscale: #D4D4D4. Windows color (decimal): -13424 or 9489407. OLE color: 9489407.

HSL color Cylindrical-coordinate representation of color #FFCB90: hue angle of 31.89º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFCB90 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB255203144-
CMYK00.200.440
HSL31.89º100%78.24%-
HSV(B)31.89º43.53%100%-
XYZ67.6365.9935.56-
YUV211.8289.73158.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 42.36%
GREEN value IS 203 (79.69% from 255) = 33.72%
BLUE value IS 144 (56.64% from 255) = 23.92%
R=42.36%
G=33.72%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520314400.200.44031.8910078.24
HexFFCB900142C020644e
Octal37731322002454040144116
Binary111111111100101110010000010100101100010000011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCB90; }

 p { color: rgb(255,203,144); }

 H1.HeaderClassName
 {
   color: #FFCB90;
 }
 .AnyTagClassName
 {
   color: #FFCB90;
 }
</style>
background-color css

<style>
 a { background-color: #FFCB90; }

 a { background-color: rgb(255,203,144); }

 div.DivClassName
 {
   background-color: #FFCB90;
 }
 .BgClassName
 {
   background-color: #FFCB90;
 }
</style>
border-color css

<style>
 span { border-color: #FFCB90; }

 span { border-color: rgb(255,203,144); }

 td.TdClassName
 {
   border-color: #FFCB90;
 }
 .TagClassName
 {
   border-color: #FFCB90;
 }
</style>