Html Css Color HEX #F8C76A Grandis

📋 copy color: '#F8C76A'

red 248 ◦ green 199 ◦ blue 106

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

Shades of Grandis #F8C76A

Tints of Grandis #F8C76A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.17%

R = 44.85%
G = 35.99%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8C76A (or 0xF8C76A) is known color: Grandis. HEX triplet: F8, C7 and 6A. RGB value is (248,199,106). Sum of RGB (Red+Green+Blue) = 248+199+106=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 199 (78.12% from 255 or 35.99% from 553); Blue value is 106 (41.80% from 255 or 19.17% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C76A is #073895. Grayscale: #CBCBCB. Windows color (decimal): -473238 or 6998008. OLE color: 6998008.

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

Color convert

RGB 248 199 106 -
CMYK 0 0.20 0.57 0.03
HSL 39.3º 0.91% 0.69% -
HSV(B) 39.3º 0.57% 0.97% -
XYZ 61.74 61.84 22.32 -
YUV 203.05 73.23 160.06 -
System Red Green Blue C M Y K H S L
Decimal 248 199 106 0 0.20 0.57 0.03 39.3 0.91 0.69
Hex F8 C7 6A 0 14 39 3 27 5B 45
Octal 370 307 152 0 24 71 3 47 133 105
Binary 11111000 11000111 1101010 0 10100 111001 11 100111 1011011 1000101

Color Harmonies of #F8C76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C76A

Black with #F8C76A

Text Example


Text Example

White with #F8C76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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