Html Css Color HEX #FCCA70 Grandis

📋 copy color: '#FCCA70'

red 252 ◦ green 202 ◦ blue 112

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

Shades of Grandis #FCCA70

Tints of Grandis #FCCA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.69%

 BLUE value IS 112 (44.14% from 255) = 19.79%

R = 44.52%
G = 35.69%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCCA70 (or 0xFCCA70) is known color: Grandis. HEX triplet: FC, CA and 70. RGB value is (252,202,112). Sum of RGB (Red+Green+Blue) = 252+202+112=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 112 (44.14% from 255 or 19.79% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCA70 is #03358F. Grayscale: #CFCFCF. Windows color (decimal): -210320 or 7391996. OLE color: 7391996.

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

Color convert

RGB 252 202 112 -
CMYK 0 0.20 0.56 0.01
HSL 38.57º 0.96% 0.71% -
HSV(B) 38.57º 0.56% 0.99% -
XYZ 64.19 64.11 24.32 -
YUV 206.69 74.57 160.32 -
System Red Green Blue C M Y K H S L
Decimal 252 202 112 0 0.20 0.56 0.01 38.57 0.96 0.71
Hex FC CA 70 0 14 38 1 27 60 47
Octal 374 312 160 0 24 70 1 47 140 107
Binary 11111100 11001010 1110000 0 10100 111000 1 100111 1100000 1000111

Color Harmonies of #FCCA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCA70

Black with #FCCA70

Text Example


Text Example

White with #FCCA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCA70; }

 p { color: rgb(252,202,112); }

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

background-color css

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

 a { background-color: rgb(252,202,112); }

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

border-color css

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

 span { border-color: rgb(252,202,112); }

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