Html Css Color HEX #F9B40C Selective Yellow

📋 copy color: '#F9B40C'

red 249 ◦ green 180 ◦ blue 12

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

Shades of Selective Yellow #F9B40C

Tints of Selective Yellow #F9B40C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.82%

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

R = 56.46%
G = 40.82%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9B40C (or 0xF9B40C) is known color: Selective Yellow. HEX triplet: F9, B4 and 0C. RGB value is (249,180,12). Sum of RGB (Red+Green+Blue) = 249+180+12=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 12 (5.08% from 255 or 2.72% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9B40C is #064BF3. Grayscale: #B6B6B6. Windows color (decimal): -412660 or 832761. OLE color: 832761.

HSL color Cylindrical-coordinate representation of color #F9B40C: hue angle of 42.53º 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 #F9B40C is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 180 12 -
CMYK 0 0.28 0.95 0.02
HSL 42.53º 0.95% 0.51% -
HSV(B) 42.53º 0.95% 0.98% -
XYZ 55.45 52.81 7.62 -
YUV 181.48 32.36 176.16 -
System Red Green Blue C M Y K H S L
Decimal 249 180 12 0 0.28 0.95 0.02 42.53 0.95 0.51
Hex F9 B4 C 0 1C 5F 2 2B 5F 33
Octal 371 264 14 0 34 137 2 53 137 63
Binary 11111001 10110100 1100 0 11100 1011111 10 101011 1011111 110011

Color Harmonies of #F9B40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B40C

Black with #F9B40C

Text Example


Text Example

White with #F9B40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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