#FFCB98

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

Shades of Peach-Orange #FFCB98

Tints of Peach-Orange #FFCB98

Color information

#FFCB98 (or 0xFFCB98) is unknown color: approx Peach-Orange. HEX triplet: FF, CB and 98. RGB value is (255,203,152). Sum of RGB (Red+Green+Blue) = 255+203+152=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 152 (59.77% from 255 or 24.92% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCB98 is #003467. Grayscale: #D4D4D4. Windows color (decimal): -13416 or 10013695. OLE color: 10013695.

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

Color convert

RGB255203152-
CMYK00.200.400
HSL29.71º100%79.8%-
HSV(B)29.71º40.39%100%-
XYZ68.2666.2438.89-
YUV212.7393.73158.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.80%
GREEN value IS 203 (79.69% from 255) = 33.28%
BLUE value IS 152 (59.77% from 255) = 24.92%
R=41.80%
G=33.28%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520315200.200.40029.7110079.8
HexFFCB980142801e6450
Octal37731323002450036144120
Binary11111111110010111001100001010010100001111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCB98; }

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

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

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

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

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

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

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

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