Html Css Color HEX #F0B501 Selective Yellow

📋 copy color: '#F0B501'

red 240 ◦ green 181 ◦ blue 1

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

Shades of Selective Yellow #F0B501

Tints of Selective Yellow #F0B501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 56.87%
G = 42.89%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F0B501 (or 0xF0B501) is known color: Selective Yellow. HEX triplet: F0, B5 and 01. RGB value is (240,181,1). Sum of RGB (Red+Green+Blue) = 240+181+1=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B501 is #0F4AFE. Grayscale: #B2B2B2. Windows color (decimal): -1002239 or 112112. OLE color: 112112.

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

Color convert

RGB 240 181 1 -
CMYK 0 0.25 1.00 0.06
HSL 45.19º 0.99% 0.47% -
HSV(B) 45.19º 1% 0.94% -
XYZ 52.46 51.58 7.22 -
YUV 178.12 28.05 172.14 -
System Red Green Blue C M Y K H S L
Decimal 240 181 1 0 0.25 1.00 0.06 45.19 0.99 0.47
Hex F0 B5 1 0 19 64 6 2D 63 2F
Octal 360 265 1 0 31 144 6 55 143 57
Binary 11110000 10110101 1 0 11001 1100100 110 101101 1100011 101111

Color Harmonies of #F0B501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B501

Black with #F0B501

Text Example


Text Example

White with #F0B501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B501; }

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

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

background-color css

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

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

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

border-color css

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

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

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