Html Css Color HEX #F8CF72 Grandis

📋 copy color: '#F8CF72'

red 248 ◦ green 207 ◦ blue 114

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

Shades of Grandis #F8CF72

Tints of Grandis #F8CF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.04%

R = 43.59%
G = 36.38%
B = 20.04%

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

#F8CF72 (or 0xF8CF72) is known color: Grandis. HEX triplet: F8, CF and 72. RGB value is (248,207,114). Sum of RGB (Red+Green+Blue) = 248+207+114=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CF72 is #07308D. Grayscale: #D1D1D1. Windows color (decimal): -471182 or 7524344. OLE color: 7524344.

HSL color Cylindrical-coordinate representation of color #F8CF72: hue angle of 41.64º degrees, saturation: 0.91, 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 #F8CF72 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 207 114 -
CMYK 0 0.17 0.54 0.03
HSL 41.64º 0.91% 0.71% -
HSV(B) 41.64º 0.54% 0.97% -
XYZ 64.06 65.8 25.24 -
YUV 208.66 74.58 156.06 -
System Red Green Blue C M Y K H S L
Decimal 248 207 114 0 0.17 0.54 0.03 41.64 0.91 0.71
Hex F8 CF 72 0 11 36 3 2A 5B 47
Octal 370 317 162 0 21 66 3 52 133 107
Binary 11111000 11001111 1110010 0 10001 110110 11 101010 1011011 1000111

Color Harmonies of #F8CF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CF72

Black with #F8CF72

Text Example


Text Example

White with #F8CF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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