Html Css Color HEX #F9C260 Golden Tainoi

📋 copy color: '#F9C260'

red 249 ◦ green 194 ◦ blue 96

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

Shades of Golden Tainoi #F9C260

Tints of Golden Tainoi #F9C260

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.99%

 BLUE value IS 96 (37.89% from 255) = 17.81%

R = 46.2%
G = 35.99%
B = 17.81%

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

#F9C260 (or 0xF9C260) is known color: Golden Tainoi. HEX triplet: F9, C2 and 60. RGB value is (249,194,96). Sum of RGB (Red+Green+Blue) = 249+194+96=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 96 (37.89% from 255 or 17.81% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C260 is #063D9F. Grayscale: #C7C7C7. Windows color (decimal): -408992 or 6341369. OLE color: 6341369.

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

Color convert

RGB 249 194 96 -
CMYK 0 0.22 0.61 0.02
HSL 38.43º 0.93% 0.68% -
HSV(B) 38.43º 0.61% 0.98% -
XYZ 60.47 59.57 19.38 -
YUV 199.27 69.72 163.47 -
System Red Green Blue C M Y K H S L
Decimal 249 194 96 0 0.22 0.61 0.02 38.43 0.93 0.68
Hex F9 C2 60 0 16 3D 2 26 5D 44
Octal 371 302 140 0 26 75 2 46 135 104
Binary 11111001 11000010 1100000 0 10110 111101 10 100110 1011101 1000100

Color Harmonies of #F9C260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C260

Black with #F9C260

Text Example


Text Example

White with #F9C260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C260; }

 p { color: rgb(249,194,96); }

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

background-color css

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

 a { background-color: rgb(249,194,96); }

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

border-color css

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

 span { border-color: rgb(249,194,96); }

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