Html Css Color HEX #F9C263 Golden Tainoi

📋 copy color: '#F9C263'

red 249 ◦ green 194 ◦ blue 99

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

Shades of Golden Tainoi #F9C263

Tints of Golden Tainoi #F9C263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.27%

R = 45.94%
G = 35.79%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F9C263 (or 0xF9C263) is known color: Golden Tainoi. HEX triplet: F9, C2 and 63. RGB value is (249,194,99). Sum of RGB (Red+Green+Blue) = 249+194+99=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 99 (39.06% from 255 or 18.27% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C263 is #063D9C. Grayscale: #C8C8C8. Windows color (decimal): -408989 or 6537977. OLE color: 6537977.

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

Color convert

RGB 249 194 99 -
CMYK 0 0.22 0.60 0.02
HSL 38º 0.93% 0.68% -
HSV(B) 38º 0.6% 0.98% -
XYZ 60.61 59.62 20.12 -
YUV 199.62 71.22 163.22 -
System Red Green Blue C M Y K H S L
Decimal 249 194 99 0 0.22 0.60 0.02 38 0.93 0.68
Hex F9 C2 63 0 16 3C 2 26 5D 44
Octal 371 302 143 0 26 74 2 46 135 104
Binary 11111001 11000010 1100011 0 10110 111100 10 100110 1011101 1000100

Color Harmonies of #F9C263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C263

Black with #F9C263

Text Example


Text Example

White with #F9C263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C263; }

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

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

background-color css

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

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

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

border-color css

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

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

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