Html Css Color HEX #F9CA6A Grandis

📋 copy color: '#F9CA6A'

red 249 ◦ green 202 ◦ blue 106

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

Shades of Grandis #F9CA6A

Tints of Grandis #F9CA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.03%

R = 44.7%
G = 36.27%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9CA6A (or 0xF9CA6A) is known color: Grandis. HEX triplet: F9, CA and 6A. RGB value is (249,202,106). Sum of RGB (Red+Green+Blue) = 249+202+106=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 106 (41.80% from 255 or 19.03% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CA6A is #063595. Grayscale: #CDCDCD. Windows color (decimal): -406934 or 6998777. OLE color: 6998777.

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

Color convert

RGB 249 202 106 -
CMYK 0 0.19 0.57 0.02
HSL 40.28º 0.92% 0.7% -
HSV(B) 40.28º 0.57% 0.98% -
XYZ 62.79 63.42 22.57 -
YUV 205.11 72.07 159.31 -
System Red Green Blue C M Y K H S L
Decimal 249 202 106 0 0.19 0.57 0.02 40.28 0.92 0.7
Hex F9 CA 6A 0 13 39 2 28 5C 46
Octal 371 312 152 0 23 71 2 50 134 106
Binary 11111001 11001010 1101010 0 10011 111001 10 101000 1011100 1000110

Color Harmonies of #F9CA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CA6A

Black with #F9CA6A

Text Example


Text Example

White with #F9CA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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