Html Css Color HEX #F2CC74 Grandis

📋 copy color: '#F2CC74'

red 242 ◦ green 204 ◦ blue 116

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

Shades of Grandis #F2CC74

Tints of Grandis #F2CC74

RGB

 RED value IS 242 (94.92% from 255) = 43.06%

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

 BLUE value IS 116 (45.7% from 255) = 20.64%

R = 43.06%
G = 36.3%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F2CC74 (or 0xF2CC74) is known color: Grandis. HEX triplet: F2, CC and 74. RGB value is (242,204,116). Sum of RGB (Red+Green+Blue) = 242+204+116=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CC74 is #0D338B. Grayscale: #CDCDCD. Windows color (decimal): -865164 or 7654642. OLE color: 7654642.

HSL color Cylindrical-coordinate representation of color #F2CC74: hue angle of 41.9º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2CC74 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 204 116 -
CMYK 0 0.16 0.52 0.05
HSL 41.9º 0.83% 0.7% -
HSV(B) 41.9º 0.52% 0.95% -
XYZ 61.36 63.32 25.51 -
YUV 205.33 77.59 154.16 -
System Red Green Blue C M Y K H S L
Decimal 242 204 116 0 0.16 0.52 0.05 41.9 0.83 0.7
Hex F2 CC 74 0 10 34 5 2A 53 46
Octal 362 314 164 0 20 64 5 52 123 106
Binary 11110010 11001100 1110100 0 10000 110100 101 101010 1010011 1000110

Color Harmonies of #F2CC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC74

Black with #F2CC74

Text Example


Text Example

White with #F2CC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC74; }

 p { color: rgb(242,204,116); }

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

background-color css

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

 a { background-color: rgb(242,204,116); }

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

border-color css

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

 span { border-color: rgb(242,204,116); }

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