Html Css Color HEX #F9BA11 Selective Yellow

📋 copy color: '#F9BA11'

red 249 ◦ green 186 ◦ blue 17

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

Shades of Selective Yellow #F9BA11

Tints of Selective Yellow #F9BA11

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.15%

 BLUE value IS 17 (7.03% from 255) = 3.76%

R = 55.09%
G = 41.15%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F9BA11 (or 0xF9BA11) is known color: Selective Yellow. HEX triplet: F9, BA and 11. RGB value is (249,186,17). Sum of RGB (Red+Green+Blue) = 249+186+17=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 17 (7.03% from 255 or 3.76% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9BA11 is #0645EE. Grayscale: #BABABA. Windows color (decimal): -411119 or 1161977. OLE color: 1161977.

HSL color Cylindrical-coordinate representation of color #F9BA11: hue angle of 43.71º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F9BA11 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 186 17 -
CMYK 0 0.25 0.93 0.02
HSL 43.71º 0.95% 0.52% -
HSV(B) 43.71º 0.93% 0.98% -
XYZ 56.73 55.3 8.21 -
YUV 185.57 32.87 173.24 -
System Red Green Blue C M Y K H S L
Decimal 249 186 17 0 0.25 0.93 0.02 43.71 0.95 0.52
Hex F9 BA 11 0 19 5D 2 2C 5F 34
Octal 371 272 21 0 31 135 2 54 137 64
Binary 11111001 10111010 10001 0 11001 1011101 10 101100 1011111 110100

Color Harmonies of #F9BA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BA11

Black with #F9BA11

Text Example


Text Example

White with #F9BA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BA11; }

 p { color: rgb(249,186,17); }

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

background-color css

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

 a { background-color: rgb(249,186,17); }

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

border-color css

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

 span { border-color: rgb(249,186,17); }

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