Html Css Color HEX #FCCB9B Peach-Orange

📋 copy color: '#FCCB9B'

red 252 ◦ green 203 ◦ blue 155

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

Shades of Peach-Orange #FCCB9B

Tints of Peach-Orange #FCCB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.41%

R = 41.31%
G = 33.28%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FCCB9B (or 0xFCCB9B) is known color: Peach-Orange. HEX triplet: FC, CB and 9B. RGB value is (252,203,155). Sum of RGB (Red+Green+Blue) = 252+203+155=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 155 (60.94% from 255 or 25.41% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCB9B is #033464. Grayscale: #D4D4D4. Windows color (decimal): -210021 or 10210300. OLE color: 10210300.

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

Color convert

RGB 252 203 155 -
CMYK 0 0.19 0.38 0.01
HSL 29.69º 0.94% 0.8% -
HSV(B) 29.69º 0.38% 0.99% -
XYZ 67.42 65.77 40.15 -
YUV 212.18 95.73 156.4 -
System Red Green Blue C M Y K H S L
Decimal 252 203 155 0 0.19 0.38 0.01 29.69 0.94 0.8
Hex FC CB 9B 0 13 26 1 1E 5E 50
Octal 374 313 233 0 23 46 1 36 136 120
Binary 11111100 11001011 10011011 0 10011 100110 1 11110 1011110 1010000

Color Harmonies of #FCCB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB9B

Black with #FCCB9B

Text Example


Text Example

White with #FCCB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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