Html Css Color HEX #FCCB98 Peach-Orange

📋 copy color: '#FCCB98'

red 252 ◦ green 203 ◦ blue 152

#FCCB98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peach-Orange #FCCB98

Tints of Peach-Orange #FCCB98

RGB

 RED value IS 252 (98.83% from 255) = 41.52%

 GREEN value IS 203 (79.69% from 255) = 33.44%

 BLUE value IS 152 (59.77% from 255) = 25.04%

R = 41.52%
G = 33.44%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCCB98 (or 0xFCCB98) is known color: Peach-Orange. HEX triplet: FC, CB and 98. RGB value is (252,203,152). Sum of RGB (Red+Green+Blue) = 252+203+152=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 152 (59.77% from 255 or 25.04% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCB98 is #033467. Grayscale: #D4D4D4. Windows color (decimal): -210024 or 10013692. OLE color: 10013692.

HSL color Cylindrical-coordinate representation of color #FCCB98: hue angle of 30.6º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCCB98 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 203 152 -
CMYK 0 0.19 0.40 0.01
HSL 30.6º 0.94% 0.79% -
HSV(B) 30.6º 0.4% 0.99% -
XYZ 67.17 65.67 38.84 -
YUV 211.84 94.23 156.65 -
System Red Green Blue C M Y K H S L
Decimal 252 203 152 0 0.19 0.40 0.01 30.6 0.94 0.79
Hex FC CB 98 0 13 28 1 1F 5E 4F
Octal 374 313 230 0 23 50 1 37 136 117
Binary 11111100 11001011 10011000 0 10011 101000 1 11111 1011110 1001111

Color Harmonies of #FCCB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB98

Black with #FCCB98

Text Example


Text Example

White with #FCCB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB98; }

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

 H1.HeaderClassName
 {
   color: #FCCB98;
 }
 .AnyTagClassName
 {
   color: #FCCB98;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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