Html Css Color HEX #F9C145 Golden Tainoi

📋 copy color: '#F9C145'

red 249 ◦ green 193 ◦ blue 69

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

Shades of Golden Tainoi #F9C145

Tints of Golden Tainoi #F9C145

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.77%

 BLUE value IS 69 (27.34% from 255) = 13.5%

R = 48.73%
G = 37.77%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#F9C145 (or 0xF9C145) is known color: Golden Tainoi. HEX triplet: F9, C1 and 45. RGB value is (249,193,69). Sum of RGB (Red+Green+Blue) = 249+193+69=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 69 (27.34% from 255 or 13.50% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C145 is #063EBA. Grayscale: #C4C4C4. Windows color (decimal): -409275 or 4571641. OLE color: 4571641.

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

Color convert

RGB 249 193 69 -
CMYK 0 0.22 0.72 0.02
HSL 41.33º 0.94% 0.62% -
HSV(B) 41.33º 0.72% 0.98% -
XYZ 59.21 58.71 13.84 -
YUV 195.61 56.55 166.08 -
System Red Green Blue C M Y K H S L
Decimal 249 193 69 0 0.22 0.72 0.02 41.33 0.94 0.62
Hex F9 C1 45 0 16 48 2 29 5E 3E
Octal 371 301 105 0 26 110 2 51 136 76
Binary 11111001 11000001 1000101 0 10110 1001000 10 101001 1011110 111110

Color Harmonies of #F9C145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C145

Black with #F9C145

Text Example


Text Example

White with #F9C145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C145; }

 p { color: rgb(249,193,69); }

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

background-color css

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

 a { background-color: rgb(249,193,69); }

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

border-color css

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

 span { border-color: rgb(249,193,69); }

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