Html Css Color HEX #F4CC74 Grandis

📋 copy color: '#F4CC74'

red 244 ◦ green 204 ◦ blue 116

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

Shades of Grandis #F4CC74

Tints of Grandis #F4CC74

RGB

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

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

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

R = 43.26%
G = 36.17%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F4CC74 (or 0xF4CC74) is known color: Grandis. HEX triplet: F4, CC and 74. RGB value is (244,204,116). Sum of RGB (Red+Green+Blue) = 244+204+116=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4CC74 is #0B338B. Grayscale: #CECECE. Windows color (decimal): -734092 or 7654644. OLE color: 7654644.

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

Color convert

RGB 244 204 116 -
CMYK 0 0.16 0.52 0.04
HSL 41.25º 0.85% 0.71% -
HSV(B) 41.25º 0.52% 0.96% -
XYZ 62.05 63.68 25.54 -
YUV 205.93 77.25 155.16 -
System Red Green Blue C M Y K H S L
Decimal 244 204 116 0 0.16 0.52 0.04 41.25 0.85 0.71
Hex F4 CC 74 0 10 34 4 29 55 47
Octal 364 314 164 0 20 64 4 51 125 107
Binary 11110100 11001100 1110100 0 10000 110100 100 101001 1010101 1000111

Color Harmonies of #F4CC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CC74

Black with #F4CC74

Text Example


Text Example

White with #F4CC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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