Html Css Color HEX #FCCB9A Peach-Orange

📋 copy color: '#FCCB9A'

red 252 ◦ green 203 ◦ blue 154

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

Shades of Peach-Orange #FCCB9A

Tints of Peach-Orange #FCCB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.29%

R = 41.38%
G = 33.33%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FCCB9A (or 0xFCCB9A) is known color: Peach-Orange. HEX triplet: FC, CB and 9A. RGB value is (252,203,154). Sum of RGB (Red+Green+Blue) = 252+203+154=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCB9A is #033465. Grayscale: #D4D4D4. Windows color (decimal): -210022 or 10144764. OLE color: 10144764.

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

Color convert

RGB 252 203 154 -
CMYK 0 0.19 0.39 0.01
HSL 30º 0.94% 0.8% -
HSV(B) 30º 0.39% 0.99% -
XYZ 67.33 65.74 39.71 -
YUV 212.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 252 203 154 0 0.19 0.39 0.01 30 0.94 0.8
Hex FC CB 9A 0 13 27 1 1E 5E 50
Octal 374 313 232 0 23 47 1 36 136 120
Binary 11111100 11001011 10011010 0 10011 100111 1 11110 1011110 1010000

Color Harmonies of #FCCB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB9A

Black with #FCCB9A

Text Example


Text Example

White with #FCCB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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