Html Css Color HEX #F9B900 Selective Yellow

📋 copy color: '#F9B900'

red 249 ◦ green 185 ◦ blue 0

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

Shades of Selective Yellow #F9B900

Tints of Selective Yellow #F9B900

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.63%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.37%
G = 42.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F9B900 (or 0xF9B900) is known color: Selective Yellow. HEX triplet: F9, B9 and 00. RGB value is (249,185,0). Sum of RGB (Red+Green+Blue) = 249+185+0=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9B900 is #0646FF. Grayscale: #B7B7B7. Windows color (decimal): -411392 or 47609. OLE color: 47609.

HSL color Cylindrical-coordinate representation of color #F9B900: hue angle of 44.58º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9B900 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 185 0 -
CMYK 0 0.26 1 0.02
HSL 44.58º 1% 0.49% -
HSV(B) 44.58º 1% 0.98% -
XYZ 56.42 54.84 7.61 -
YUV 183.05 24.7 175.04 -
System Red Green Blue C M Y K H S L
Decimal 249 185 0 0 0.26 1 0.02 44.58 1 0.49
Hex F9 B9 0 0 1A 64 2 2D 64 31
Octal 371 271 0 0 32 144 2 55 144 61
Binary 11111001 10111001 0 0 11010 1100100 10 101101 1100100 110001

Color Harmonies of #F9B900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B900

Black with #F9B900

Text Example


Text Example

White with #F9B900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B900; }

 p { color: rgb(249,185,0); }

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

background-color css

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

 a { background-color: rgb(249,185,0); }

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

border-color css

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

 span { border-color: rgb(249,185,0); }

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