Html Css Color HEX #F9C362 Golden Tainoi

📋 copy color: '#F9C362'

red 249 ◦ green 195 ◦ blue 98

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

Shades of Golden Tainoi #F9C362

Tints of Golden Tainoi #F9C362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.08%

R = 45.94%
G = 35.98%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F9C362 (or 0xF9C362) is known color: Golden Tainoi. HEX triplet: F9, C3 and 62. RGB value is (249,195,98). Sum of RGB (Red+Green+Blue) = 249+195+98=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 98 (38.67% from 255 or 18.08% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C362 is #063C9D. Grayscale: #C8C8C8. Windows color (decimal): -408734 or 6472697. OLE color: 6472697.

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

Color convert

RGB 249 195 98 -
CMYK 0 0.22 0.61 0.02
HSL 38.54º 0.93% 0.68% -
HSV(B) 38.54º 0.61% 0.98% -
XYZ 60.79 60.05 19.94 -
YUV 200.09 70.39 162.89 -
System Red Green Blue C M Y K H S L
Decimal 249 195 98 0 0.22 0.61 0.02 38.54 0.93 0.68
Hex F9 C3 62 0 16 3D 2 27 5D 44
Octal 371 303 142 0 26 75 2 47 135 104
Binary 11111001 11000011 1100010 0 10110 111101 10 100111 1011101 1000100

Color Harmonies of #F9C362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C362

Black with #F9C362

Text Example


Text Example

White with #F9C362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C362; }

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

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

background-color css

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

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

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

border-color css

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

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

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