Html Css Color HEX #F8C974 Grandis

📋 copy color: '#F8C974'

red 248 ◦ green 201 ◦ blue 116

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

Shades of Grandis #F8C974

Tints of Grandis #F8C974

RGB

 RED value IS 248 (97.27% from 255) = 43.89%

 GREEN value IS 201 (78.91% from 255) = 35.58%

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

R = 43.89%
G = 35.58%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F8C974 (or 0xF8C974) is known color: Grandis. HEX triplet: F8, C9 and 74. RGB value is (248,201,116). Sum of RGB (Red+Green+Blue) = 248+201+116=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C974 is #07368B. Grayscale: #CDCDCD. Windows color (decimal): -472716 or 7653880. OLE color: 7653880.

HSL color Cylindrical-coordinate representation of color #F8C974: hue angle of 38.64º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8C974 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 201 116 -
CMYK 0 0.19 0.53 0.03
HSL 38.64º 0.9% 0.71% -
HSV(B) 38.64º 0.53% 0.97% -
XYZ 62.75 62.99 25.37 -
YUV 205.36 77.57 158.41 -
System Red Green Blue C M Y K H S L
Decimal 248 201 116 0 0.19 0.53 0.03 38.64 0.9 0.71
Hex F8 C9 74 0 13 35 3 27 5A 47
Octal 370 311 164 0 23 65 3 47 132 107
Binary 11111000 11001001 1110100 0 10011 110101 11 100111 1011010 1000111

Color Harmonies of #F8C974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C974

Black with #F8C974

Text Example


Text Example

White with #F8C974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C974; }

 p { color: rgb(248,201,116); }

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

background-color css

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

 a { background-color: rgb(248,201,116); }

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

border-color css

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

 span { border-color: rgb(248,201,116); }

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