Html Css Color HEX #F0B50F Selective Yellow

📋 copy color: '#F0B50F'

red 240 ◦ green 181 ◦ blue 15

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

Shades of Selective Yellow #F0B50F

Tints of Selective Yellow #F0B50F

RGB

 RED value IS 240 (94.14% from 255) = 55.05%

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

 BLUE value IS 15 (6.25% from 255) = 3.44%

R = 55.05%
G = 41.51%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0B50F (or 0xF0B50F) is known color: Selective Yellow. HEX triplet: F0, B5 and 0F. RGB value is (240,181,15). Sum of RGB (Red+Green+Blue) = 240+181+15=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B50F is #0F4AF0. Grayscale: #B4B4B4. Windows color (decimal): -1002225 or 1029616. OLE color: 1029616.

HSL color Cylindrical-coordinate representation of color #F0B50F: hue angle of 44.27º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0B50F is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 181 15 -
CMYK 0 0.25 0.94 0.06
HSL 44.27º 0.88% 0.5% -
HSV(B) 44.27º 0.94% 0.94% -
XYZ 52.55 51.61 7.64 -
YUV 179.72 35.05 171 -
System Red Green Blue C M Y K H S L
Decimal 240 181 15 0 0.25 0.94 0.06 44.27 0.88 0.5
Hex F0 B5 F 0 19 5E 6 2C 58 32
Octal 360 265 17 0 31 136 6 54 130 62
Binary 11110000 10110101 1111 0 11001 1011110 110 101100 1011000 110010

Color Harmonies of #F0B50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B50F

Black with #F0B50F

Text Example


Text Example

White with #F0B50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B50F; }

 p { color: rgb(240,181,15); }

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

background-color css

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

 a { background-color: rgb(240,181,15); }

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

border-color css

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

 span { border-color: rgb(240,181,15); }

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