Html Css Color HEX #F8CF77 Grandis

📋 copy color: '#F8CF77'

red 248 ◦ green 207 ◦ blue 119

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

Shades of Grandis #F8CF77

Tints of Grandis #F8CF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.73%

R = 43.21%
G = 36.06%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F8CF77 (or 0xF8CF77) is known color: Grandis. HEX triplet: F8, CF and 77. RGB value is (248,207,119). Sum of RGB (Red+Green+Blue) = 248+207+119=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 119 (46.88% from 255 or 20.73% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CF77 is #073088. Grayscale: #D1D1D1. Windows color (decimal): -471177 or 7852024. OLE color: 7852024.

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

Color convert

RGB 248 207 119 -
CMYK 0 0.17 0.52 0.03
HSL 40.93º 0.9% 0.72% -
HSV(B) 40.93º 0.52% 0.97% -
XYZ 64.35 65.91 26.78 -
YUV 209.23 77.08 155.66 -
System Red Green Blue C M Y K H S L
Decimal 248 207 119 0 0.17 0.52 0.03 40.93 0.9 0.72
Hex F8 CF 77 0 11 34 3 29 5A 48
Octal 370 317 167 0 21 64 3 51 132 110
Binary 11111000 11001111 1110111 0 10001 110100 11 101001 1011010 1001000

Color Harmonies of #F8CF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CF77

Black with #F8CF77

Text Example


Text Example

White with #F8CF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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