Html Css Color HEX #F9C462 Golden Tainoi

📋 copy color: '#F9C462'

red 249 ◦ green 196 ◦ blue 98

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

Shades of Golden Tainoi #F9C462

Tints of Golden Tainoi #F9C462

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.1%

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

R = 45.86%
G = 36.1%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F9C462 (or 0xF9C462) is known color: Golden Tainoi. HEX triplet: F9, C4 and 62. RGB value is (249,196,98). Sum of RGB (Red+Green+Blue) = 249+196+98=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 98 (38.67% from 255 or 18.05% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C462 is #063B9D. Grayscale: #C9C9C9. Windows color (decimal): -408478 or 6472953. OLE color: 6472953.

HSL color Cylindrical-coordinate representation of color #F9C462: hue angle of 38.94º 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 #F9C462 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 196 98 -
CMYK 0 0.21 0.61 0.02
HSL 38.94º 0.93% 0.68% -
HSV(B) 38.94º 0.61% 0.98% -
XYZ 61.01 60.5 20.02 -
YUV 200.68 70.06 162.47 -
System Red Green Blue C M Y K H S L
Decimal 249 196 98 0 0.21 0.61 0.02 38.94 0.93 0.68
Hex F9 C4 62 0 15 3D 2 27 5D 44
Octal 371 304 142 0 25 75 2 47 135 104
Binary 11111001 11000100 1100010 0 10101 111101 10 100111 1011101 1000100

Color Harmonies of #F9C462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C462

Black with #F9C462

Text Example


Text Example

White with #F9C462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C462; }

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

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

background-color css

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

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

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

border-color css

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

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

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