Html Css Color HEX #F8C76E Grandis

📋 copy color: '#F8C76E'

red 248 ◦ green 199 ◦ blue 110

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

Shades of Grandis #F8C76E

Tints of Grandis #F8C76E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.73%

 BLUE value IS 110 (43.36% from 255) = 19.75%

R = 44.52%
G = 35.73%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8C76E (or 0xF8C76E) is known color: Grandis. HEX triplet: F8, C7 and 6E. RGB value is (248,199,110). Sum of RGB (Red+Green+Blue) = 248+199+110=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 110 (43.36% from 255 or 19.75% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C76E is #073891. Grayscale: #CBCBCB. Windows color (decimal): -473234 or 7260152. OLE color: 7260152.

HSL color Cylindrical-coordinate representation of color #F8C76E: hue angle of 38.7º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F8C76E is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 199 110 -
CMYK 0 0.20 0.56 0.03
HSL 38.7º 0.91% 0.7% -
HSV(B) 38.7º 0.56% 0.97% -
XYZ 61.95 61.93 23.44 -
YUV 203.51 75.23 159.74 -
System Red Green Blue C M Y K H S L
Decimal 248 199 110 0 0.20 0.56 0.03 38.7 0.91 0.7
Hex F8 C7 6E 0 14 38 3 27 5B 46
Octal 370 307 156 0 24 70 3 47 133 106
Binary 11111000 11000111 1101110 0 10100 111000 11 100111 1011011 1000110

Color Harmonies of #F8C76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C76E

Black with #F8C76E

Text Example


Text Example

White with #F8C76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C76E; }

 p { color: rgb(248,199,110); }

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

background-color css

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

 a { background-color: rgb(248,199,110); }

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

border-color css

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

 span { border-color: rgb(248,199,110); }

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