Html Css Color HEX #F9C35E Golden Tainoi

📋 copy color: '#F9C35E'

red 249 ◦ green 195 ◦ blue 94

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

Shades of Golden Tainoi #F9C35E

Tints of Golden Tainoi #F9C35E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.25%

 BLUE value IS 94 (37.11% from 255) = 17.47%

R = 46.28%
G = 36.25%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F9C35E (or 0xF9C35E) is known color: Golden Tainoi. HEX triplet: F9, C3 and 5E. RGB value is (249,195,94). Sum of RGB (Red+Green+Blue) = 249+195+94=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C35E is #063CA1. Grayscale: #C8C8C8. Windows color (decimal): -408738 or 6210553. OLE color: 6210553.

HSL color Cylindrical-coordinate representation of color #F9C35E: hue angle of 39.1º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F9C35E is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 195 94 -
CMYK 0 0.22 0.62 0.02
HSL 39.1º 0.93% 0.67% -
HSV(B) 39.1º 0.62% 0.98% -
XYZ 60.6 59.98 18.97 -
YUV 199.63 68.39 163.21 -
System Red Green Blue C M Y K H S L
Decimal 249 195 94 0 0.22 0.62 0.02 39.1 0.93 0.67
Hex F9 C3 5E 0 16 3E 2 27 5D 43
Octal 371 303 136 0 26 76 2 47 135 103
Binary 11111001 11000011 1011110 0 10110 111110 10 100111 1011101 1000011

Color Harmonies of #F9C35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C35E

Black with #F9C35E

Text Example


Text Example

White with #F9C35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C35E; }

 p { color: rgb(249,195,94); }

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

background-color css

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

 a { background-color: rgb(249,195,94); }

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

border-color css

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

 span { border-color: rgb(249,195,94); }

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