Html Css Color HEX #F9B50E Selective Yellow

📋 copy color: '#F9B50E'

red 249 ◦ green 181 ◦ blue 14

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

Shades of Selective Yellow #F9B50E

Tints of Selective Yellow #F9B50E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.77%

 BLUE value IS 14 (5.86% from 255) = 3.15%

R = 56.08%
G = 40.77%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F9B50E (or 0xF9B50E) is known color: Selective Yellow. HEX triplet: F9, B5 and 0E. RGB value is (249,181,14). Sum of RGB (Red+Green+Blue) = 249+181+14=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 14 (5.86% from 255 or 3.15% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9B50E is #064AF1. Grayscale: #B7B7B7. Windows color (decimal): -412402 or 964089. OLE color: 964089.

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

Color convert

RGB 249 181 14 -
CMYK 0 0.27 0.94 0.02
HSL 42.64º 0.95% 0.52% -
HSV(B) 42.64º 0.94% 0.98% -
XYZ 55.67 53.22 7.75 -
YUV 182.29 33.03 175.58 -
System Red Green Blue C M Y K H S L
Decimal 249 181 14 0 0.27 0.94 0.02 42.64 0.95 0.52
Hex F9 B5 E 0 1B 5E 2 2B 5F 34
Octal 371 265 16 0 33 136 2 53 137 64
Binary 11111001 10110101 1110 0 11011 1011110 10 101011 1011111 110100

Color Harmonies of #F9B50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B50E

Black with #F9B50E

Text Example


Text Example

White with #F9B50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B50E; }

 p { color: rgb(249,181,14); }

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

background-color css

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

 a { background-color: rgb(249,181,14); }

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

border-color css

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

 span { border-color: rgb(249,181,14); }

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