Html Css Color HEX #FCCB72 Grandis

📋 copy color: '#FCCB72'

red 252 ◦ green 203 ◦ blue 114

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

Shades of Grandis #FCCB72

Tints of Grandis #FCCB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.04%

R = 44.29%
G = 35.68%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCCB72 (or 0xFCCB72) is known color: Grandis. HEX triplet: FC, CB and 72. RGB value is (252,203,114). Sum of RGB (Red+Green+Blue) = 252+203+114=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB72 is #03348D. Grayscale: #CFCFCF. Windows color (decimal): -210062 or 7523324. OLE color: 7523324.

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

Color convert

RGB 252 203 114 -
CMYK 0 0.19 0.55 0.01
HSL 38.7º 0.96% 0.72% -
HSV(B) 38.7º 0.55% 0.99% -
XYZ 64.54 64.62 24.99 -
YUV 207.51 75.23 159.74 -
System Red Green Blue C M Y K H S L
Decimal 252 203 114 0 0.19 0.55 0.01 38.7 0.96 0.72
Hex FC CB 72 0 13 37 1 27 60 48
Octal 374 313 162 0 23 67 1 47 140 110
Binary 11111100 11001011 1110010 0 10011 110111 1 100111 1100000 1001000

Color Harmonies of #FCCB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB72

Black with #FCCB72

Text Example


Text Example

White with #FCCB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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