Html Css Color HEX #F8CF73 Grandis

📋 copy color: '#F8CF73'

red 248 ◦ green 207 ◦ blue 115

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

Shades of Grandis #F8CF73

Tints of Grandis #F8CF73

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.32%

 BLUE value IS 115 (45.31% from 255) = 20.18%

R = 43.51%
G = 36.32%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F8CF73 (or 0xF8CF73) is known color: Grandis. HEX triplet: F8, CF and 73. RGB value is (248,207,115). Sum of RGB (Red+Green+Blue) = 248+207+115=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 115 (45.31% from 255 or 20.18% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CF73 is #07308C. Grayscale: #D1D1D1. Windows color (decimal): -471181 or 7589880. OLE color: 7589880.

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

Color convert

RGB 248 207 115 -
CMYK 0 0.17 0.54 0.03
HSL 41.5º 0.9% 0.71% -
HSV(B) 41.5º 0.54% 0.97% -
XYZ 64.12 65.82 25.54 -
YUV 208.77 75.08 155.98 -
System Red Green Blue C M Y K H S L
Decimal 248 207 115 0 0.17 0.54 0.03 41.5 0.9 0.71
Hex F8 CF 73 0 11 36 3 2A 5A 47
Octal 370 317 163 0 21 66 3 52 132 107
Binary 11111000 11001111 1110011 0 10001 110110 11 101010 1011010 1000111

Color Harmonies of #F8CF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CF73

Black with #F8CF73

Text Example


Text Example

White with #F8CF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CF73; }

 p { color: rgb(248,207,115); }

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

background-color css

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

 a { background-color: rgb(248,207,115); }

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

border-color css

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

 span { border-color: rgb(248,207,115); }

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