Html Css Color HEX #F9BB0C Selective Yellow

📋 copy color: '#F9BB0C'

red 249 ◦ green 187 ◦ blue 12

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

Shades of Selective Yellow #F9BB0C

Tints of Selective Yellow #F9BB0C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.74%

 BLUE value IS 12 (5.08% from 255) = 2.68%

R = 55.58%
G = 41.74%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9BB0C (or 0xF9BB0C) is known color: Selective Yellow. HEX triplet: F9, BB and 0C. RGB value is (249,187,12). Sum of RGB (Red+Green+Blue) = 249+187+12=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 12 (5.08% from 255 or 2.68% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9BB0C is #0644F3. Grayscale: #BABABA. Windows color (decimal): -410868 or 834553. OLE color: 834553.

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

Color convert

RGB 249 187 12 -
CMYK 0 0.25 0.95 0.02
HSL 44.3º 0.95% 0.51% -
HSV(B) 44.3º 0.95% 0.98% -
XYZ 56.9 55.71 8.1 -
YUV 185.59 30.04 173.23 -
System Red Green Blue C M Y K H S L
Decimal 249 187 12 0 0.25 0.95 0.02 44.3 0.95 0.51
Hex F9 BB C 0 19 5F 2 2C 5F 33
Octal 371 273 14 0 31 137 2 54 137 63
Binary 11111001 10111011 1100 0 11001 1011111 10 101100 1011111 110011

Color Harmonies of #F9BB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BB0C

Black with #F9BB0C

Text Example


Text Example

White with #F9BB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BB0C; }

 p { color: rgb(249,187,12); }

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

background-color css

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

 a { background-color: rgb(249,187,12); }

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

border-color css

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

 span { border-color: rgb(249,187,12); }

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