Html Css Color HEX #F4CC70 Grandis

📋 copy color: '#F4CC70'

red 244 ◦ green 204 ◦ blue 112

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

Shades of Grandis #F4CC70

Tints of Grandis #F4CC70

RGB

 RED value IS 244 (95.7% from 255) = 43.57%

 GREEN value IS 204 (80.08% from 255) = 36.43%

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

R = 43.57%
G = 36.43%
B = 20%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F4CC70 (or 0xF4CC70) is known color: Grandis. HEX triplet: F4, CC and 70. RGB value is (244,204,112). Sum of RGB (Red+Green+Blue) = 244+204+112=560 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.57% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 112 (44.14% from 255 or 20% from 560); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4CC70 is #0B338F. Grayscale: #CDCDCD. Windows color (decimal): -734096 or 7392500. OLE color: 7392500.

HSL color Cylindrical-coordinate representation of color #F4CC70: hue angle of 41.82º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F4CC70 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 204 112 -
CMYK 0 0.16 0.54 0.04
HSL 41.82º 0.86% 0.7% -
HSV(B) 41.82º 0.54% 0.96% -
XYZ 61.83 63.59 24.34 -
YUV 205.47 75.25 155.48 -
System Red Green Blue C M Y K H S L
Decimal 244 204 112 0 0.16 0.54 0.04 41.82 0.86 0.7
Hex F4 CC 70 0 10 36 4 2A 56 46
Octal 364 314 160 0 20 66 4 52 126 106
Binary 11110100 11001100 1110000 0 10000 110110 100 101010 1010110 1000110

Color Harmonies of #F4CC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CC70

Black with #F4CC70

Text Example


Text Example

White with #F4CC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CC70; }

 p { color: rgb(244,204,112); }

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

background-color css

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

 a { background-color: rgb(244,204,112); }

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

border-color css

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

 span { border-color: rgb(244,204,112); }

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