Html Css Color HEX #FCCB71 Grandis

📋 copy color: '#FCCB71'

red 252 ◦ green 203 ◦ blue 113

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

Shades of Grandis #FCCB71

Tints of Grandis #FCCB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.89%

R = 44.37%
G = 35.74%
B = 19.89%

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

#FCCB71 (or 0xFCCB71) is known color: Grandis. HEX triplet: FC, CB and 71. RGB value is (252,203,113). Sum of RGB (Red+Green+Blue) = 252+203+113=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 113 (44.53% from 255 or 19.89% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB71 is #03348E. Grayscale: #CFCFCF. Windows color (decimal): -210063 or 7457788. OLE color: 7457788.

HSL color Cylindrical-coordinate representation of color #FCCB71: hue angle of 38.85º 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 #FCCB71 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 203 113 -
CMYK 0 0.19 0.55 0.01
HSL 38.85º 0.96% 0.72% -
HSV(B) 38.85º 0.55% 0.99% -
XYZ 64.48 64.6 24.69 -
YUV 207.39 74.73 159.82 -
System Red Green Blue C M Y K H S L
Decimal 252 203 113 0 0.19 0.55 0.01 38.85 0.96 0.72
Hex FC CB 71 0 13 37 1 27 60 48
Octal 374 313 161 0 23 67 1 47 140 110
Binary 11111100 11001011 1110001 0 10011 110111 1 100111 1100000 1001000

Color Harmonies of #FCCB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB71

Black with #FCCB71

Text Example


Text Example

White with #FCCB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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