Html Css Color HEX #F9CC70 Grandis

📋 copy color: '#F9CC70'

red 249 ◦ green 204 ◦ blue 112

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

Shades of Grandis #F9CC70

Tints of Grandis #F9CC70

RGB

 RED value IS 249 (97.66% from 255) = 44.07%

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

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

R = 44.07%
G = 36.11%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9CC70 (or 0xF9CC70) is known color: Grandis. HEX triplet: F9, CC and 70. RGB value is (249,204,112). Sum of RGB (Red+Green+Blue) = 249+204+112=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 112 (44.14% from 255 or 19.82% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CC70 is #06338F. Grayscale: #CFCFCF. Windows color (decimal): -406416 or 7392505. OLE color: 7392505.

HSL color Cylindrical-coordinate representation of color #F9CC70: hue angle of 40.29º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F9CC70 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 204 112 -
CMYK 0 0.18 0.55 0.02
HSL 40.29º 0.92% 0.71% -
HSV(B) 40.29º 0.55% 0.98% -
XYZ 63.58 64.5 24.43 -
YUV 206.97 74.41 157.98 -
System Red Green Blue C M Y K H S L
Decimal 249 204 112 0 0.18 0.55 0.02 40.29 0.92 0.71
Hex F9 CC 70 0 12 37 2 28 5C 47
Octal 371 314 160 0 22 67 2 50 134 107
Binary 11111001 11001100 1110000 0 10010 110111 10 101000 1011100 1000111

Color Harmonies of #F9CC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CC70

Black with #F9CC70

Text Example


Text Example

White with #F9CC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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