Html Css Color HEX #F9CF77 Grandis

📋 copy color: '#F9CF77'

red 249 ◦ green 207 ◦ blue 119

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

Shades of Grandis #F9CF77

Tints of Grandis #F9CF77

RGB

 RED value IS 249 (97.66% from 255) = 43.3%

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

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

R = 43.3%
G = 36%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F9CF77 (or 0xF9CF77) is known color: Grandis. HEX triplet: F9, CF and 77. RGB value is (249,207,119). Sum of RGB (Red+Green+Blue) = 249+207+119=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 119 (46.88% from 255 or 20.70% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CF77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CF77 is #063088. Grayscale: #D1D1D1. Windows color (decimal): -405641 or 7852025. OLE color: 7852025.

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

Color convert

RGB 249 207 119 -
CMYK 0 0.17 0.52 0.02
HSL 40.62º 0.92% 0.72% -
HSV(B) 40.62º 0.52% 0.98% -
XYZ 64.71 66.1 26.8 -
YUV 209.53 76.91 156.16 -
System Red Green Blue C M Y K H S L
Decimal 249 207 119 0 0.17 0.52 0.02 40.62 0.92 0.72
Hex F9 CF 77 0 11 34 2 29 5C 48
Octal 371 317 167 0 21 64 2 51 134 110
Binary 11111001 11001111 1110111 0 10001 110100 10 101001 1011100 1001000

Color Harmonies of #F9CF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CF77

Black with #F9CF77

Text Example


Text Example

White with #F9CF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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