Html Css Color HEX #F9CA76 Grandis

📋 copy color: '#F9CA76'

red 249 ◦ green 202 ◦ blue 118

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

Shades of Grandis #F9CA76

Tints of Grandis #F9CA76

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.5%

 BLUE value IS 118 (46.48% from 255) = 20.74%

R = 43.76%
G = 35.5%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F9CA76 (or 0xF9CA76) is known color: Grandis. HEX triplet: F9, CA and 76. RGB value is (249,202,118). Sum of RGB (Red+Green+Blue) = 249+202+118=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 118 (46.48% from 255 or 20.74% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CA76 is #063589. Grayscale: #CECECE. Windows color (decimal): -406922 or 7785209. OLE color: 7785209.

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

Color convert

RGB 249 202 118 -
CMYK 0 0.19 0.53 0.02
HSL 38.47º 0.92% 0.72% -
HSV(B) 38.47º 0.53% 0.98% -
XYZ 63.46 63.69 26.09 -
YUV 206.48 78.07 158.33 -
System Red Green Blue C M Y K H S L
Decimal 249 202 118 0 0.19 0.53 0.02 38.47 0.92 0.72
Hex F9 CA 76 0 13 35 2 26 5C 48
Octal 371 312 166 0 23 65 2 46 134 110
Binary 11111001 11001010 1110110 0 10011 110101 10 100110 1011100 1001000

Color Harmonies of #F9CA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CA76

Black with #F9CA76

Text Example


Text Example

White with #F9CA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CA76; }

 p { color: rgb(249,202,118); }

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

background-color css

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

 a { background-color: rgb(249,202,118); }

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

border-color css

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

 span { border-color: rgb(249,202,118); }

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