Html Css Color HEX #F8C874 Grandis

📋 copy color: '#F8C874'

red 248 ◦ green 200 ◦ blue 116

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

Shades of Grandis #F8C874

Tints of Grandis #F8C874

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.46%

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

R = 43.97%
G = 35.46%
B = 20.57%

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

#F8C874 (or 0xF8C874) is known color: Grandis. HEX triplet: F8, C8 and 74. RGB value is (248,200,116). Sum of RGB (Red+Green+Blue) = 248+200+116=564 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.97% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C874 is #07378B. Grayscale: #CDCDCD. Windows color (decimal): -472972 or 7653624. OLE color: 7653624.

HSL color Cylindrical-coordinate representation of color #F8C874: hue angle of 38.18º 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 #F8C874 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 200 116 -
CMYK 0 0.19 0.53 0.03
HSL 38.18º 0.9% 0.71% -
HSV(B) 38.18º 0.53% 0.97% -
XYZ 62.52 62.53 25.3 -
YUV 204.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 248 200 116 0 0.19 0.53 0.03 38.18 0.9 0.71
Hex F8 C8 74 0 13 35 3 26 5A 47
Octal 370 310 164 0 23 65 3 46 132 107
Binary 11111000 11001000 1110100 0 10011 110101 11 100110 1011010 1000111

Color Harmonies of #F8C874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C874

Black with #F8C874

Text Example


Text Example

White with #F8C874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C874; }

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

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

background-color css

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

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

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

border-color css

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

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

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