Html Css Color HEX #F8CF71 Grandis

📋 copy color: '#F8CF71'

red 248 ◦ green 207 ◦ blue 113

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

Shades of Grandis #F8CF71

Tints of Grandis #F8CF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.89%

R = 43.66%
G = 36.44%
B = 19.89%

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

#F8CF71 (or 0xF8CF71) is known color: Grandis. HEX triplet: F8, CF and 71. RGB value is (248,207,113). Sum of RGB (Red+Green+Blue) = 248+207+113=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 113 (44.53% from 255 or 19.89% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CF71 is #07308E. Grayscale: #D0D0D0. Windows color (decimal): -471183 or 7458808. OLE color: 7458808.

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

Color convert

RGB 248 207 113 -
CMYK 0 0.17 0.54 0.03
HSL 41.78º 0.91% 0.71% -
HSV(B) 41.78º 0.54% 0.97% -
XYZ 64 65.77 24.95 -
YUV 208.54 74.08 156.14 -
System Red Green Blue C M Y K H S L
Decimal 248 207 113 0 0.17 0.54 0.03 41.78 0.91 0.71
Hex F8 CF 71 0 11 36 3 2A 5B 47
Octal 370 317 161 0 21 66 3 52 133 107
Binary 11111000 11001111 1110001 0 10001 110110 11 101010 1011011 1000111

Color Harmonies of #F8CF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CF71

Black with #F8CF71

Text Example


Text Example

White with #F8CF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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