Html Css Color HEX #F9C74B Golden Tainoi

📋 copy color: '#F9C74B'

red 249 ◦ green 199 ◦ blue 75

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

Shades of Golden Tainoi #F9C74B

Tints of Golden Tainoi #F9C74B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.05%

 BLUE value IS 75 (29.69% from 255) = 14.34%

R = 47.61%
G = 38.05%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9C74B (or 0xF9C74B) is known color: Golden Tainoi. HEX triplet: F9, C7 and 4B. RGB value is (249,199,75). Sum of RGB (Red+Green+Blue) = 249+199+75=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 75 (29.69% from 255 or 14.34% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C74B is #0638B4. Grayscale: #C8C8C8. Windows color (decimal): -407733 or 4966393. OLE color: 4966393.

HSL color Cylindrical-coordinate representation of color #F9C74B: hue angle of 42.76º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9C74B is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 199 75 -
CMYK 0 0.20 0.70 0.02
HSL 42.76º 0.94% 0.64% -
HSV(B) 42.76º 0.7% 0.98% -
XYZ 60.76 61.49 15.32 -
YUV 199.81 57.57 163.08 -
System Red Green Blue C M Y K H S L
Decimal 249 199 75 0 0.20 0.70 0.02 42.76 0.94 0.64
Hex F9 C7 4B 0 14 46 2 2B 5E 40
Octal 371 307 113 0 24 106 2 53 136 100
Binary 11111001 11000111 1001011 0 10100 1000110 10 101011 1011110 1000000

Color Harmonies of #F9C74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C74B

Black with #F9C74B

Text Example


Text Example

White with #F9C74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C74B; }

 p { color: rgb(249,199,75); }

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

background-color css

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

 a { background-color: rgb(249,199,75); }

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

border-color css

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

 span { border-color: rgb(249,199,75); }

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