Html Css Color HEX #F0B601 Selective Yellow

📋 copy color: '#F0B601'

red 240 ◦ green 182 ◦ blue 1

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

Shades of Selective Yellow #F0B601

Tints of Selective Yellow #F0B601

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.03%

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

R = 56.74%
G = 43.03%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F0B601 (or 0xF0B601) is known color: Selective Yellow. HEX triplet: F0, B6 and 01. RGB value is (240,182,1). Sum of RGB (Red+Green+Blue) = 240+182+1=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B601 is #0F49FE. Grayscale: #B3B3B3. Windows color (decimal): -1001983 or 112368. OLE color: 112368.

HSL color Cylindrical-coordinate representation of color #F0B601: hue angle of 45.44º 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 #F0B601 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 182 1 -
CMYK 0 0.24 1.00 0.06
HSL 45.44º 0.99% 0.47% -
HSV(B) 45.44º 1% 0.94% -
XYZ 52.67 51.98 7.29 -
YUV 178.71 27.72 171.72 -
System Red Green Blue C M Y K H S L
Decimal 240 182 1 0 0.24 1.00 0.06 45.44 0.99 0.47
Hex F0 B6 1 0 18 64 6 2D 63 2F
Octal 360 266 1 0 30 144 6 55 143 57
Binary 11110000 10110110 1 0 11000 1100100 110 101101 1100011 101111

Color Harmonies of #F0B601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B601

Black with #F0B601

Text Example


Text Example

White with #F0B601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B601; }

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

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

background-color css

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

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

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

border-color css

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

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

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