Html Css Color HEX #F5CC74 Grandis

📋 copy color: '#F5CC74'

red 245 ◦ green 204 ◦ blue 116

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

Shades of Grandis #F5CC74

Tints of Grandis #F5CC74

RGB

 RED value IS 245 (96.09% from 255) = 43.36%

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

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

R = 43.36%
G = 36.11%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F5CC74 (or 0xF5CC74) is known color: Grandis. HEX triplet: F5, CC and 74. RGB value is (245,204,116). Sum of RGB (Red+Green+Blue) = 245+204+116=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CC74 is #0A338B. Grayscale: #CECECE. Windows color (decimal): -668556 or 7654645. OLE color: 7654645.

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

Color convert

RGB 245 204 116 -
CMYK 0 0.17 0.53 0.04
HSL 40.93º 0.87% 0.71% -
HSV(B) 40.93º 0.53% 0.96% -
XYZ 62.4 63.86 25.56 -
YUV 206.23 77.08 155.66 -
System Red Green Blue C M Y K H S L
Decimal 245 204 116 0 0.17 0.53 0.04 40.93 0.87 0.71
Hex F5 CC 74 0 11 35 4 29 57 47
Octal 365 314 164 0 21 65 4 51 127 107
Binary 11110101 11001100 1110100 0 10001 110101 100 101001 1010111 1000111

Color Harmonies of #F5CC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC74

Black with #F5CC74

Text Example


Text Example

White with #F5CC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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