Html Css Color HEX #F6CC70 Grandis

📋 copy color: '#F6CC70'

red 246 ◦ green 204 ◦ blue 112

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

Shades of Grandis #F6CC70

Tints of Grandis #F6CC70

RGB

 RED value IS 246 (96.48% from 255) = 43.77%

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

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

R = 43.77%
G = 36.3%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F6CC70 (or 0xF6CC70) is known color: Grandis. HEX triplet: F6, CC and 70. RGB value is (246,204,112). Sum of RGB (Red+Green+Blue) = 246+204+112=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 112 (44.14% from 255 or 19.93% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CC70 is #09338F. Grayscale: #CECECE. Windows color (decimal): -603024 or 7392502. OLE color: 7392502.

HSL color Cylindrical-coordinate representation of color #F6CC70: hue angle of 41.19º degrees, saturation: 0.88, 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 #F6CC70 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 204 112 -
CMYK 0 0.17 0.54 0.04
HSL 41.19º 0.88% 0.7% -
HSV(B) 41.19º 0.54% 0.96% -
XYZ 62.52 63.95 24.38 -
YUV 206.07 74.91 156.48 -
System Red Green Blue C M Y K H S L
Decimal 246 204 112 0 0.17 0.54 0.04 41.19 0.88 0.7
Hex F6 CC 70 0 11 36 4 29 58 46
Octal 366 314 160 0 21 66 4 51 130 106
Binary 11110110 11001100 1110000 0 10001 110110 100 101001 1011000 1000110

Color Harmonies of #F6CC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CC70

Black with #F6CC70

Text Example


Text Example

White with #F6CC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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