Html Css Color HEX #F0F001 Yellow

📋 copy color: '#F0F001'

red 240 ◦ green 240 ◦ blue 1

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

Shades of Yellow #F0F001

Tints of Yellow #F0F001

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.9%

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

R = 49.9%
G = 49.9%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F0F001 (or 0xF0F001) is known color: Yellow. HEX triplet: F0, F0 and 01. RGB value is (240,240,1). Sum of RGB (Red+Green+Blue) = 240+240+1=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 1 (0.78% from 255 or 0.21% from 481); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F001 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F001 is #0F0FFE. Grayscale: #D5D5D5. Windows color (decimal): -987135 or 127216. OLE color: 127216.

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

Color convert

RGB 240 240 1 -
CMYK 0 0 1.00 0.06
HSL 60º 0.99% 0.47% -
HSV(B) 60º 1% 0.94% -
XYZ 67.1 80.85 12.1 -
YUV 212.75 8.5 147.43 -
System Red Green Blue C M Y K H S L
Decimal 240 240 1 0 0 1.00 0.06 60 0.99 0.47
Hex F0 F0 1 0 0 64 6 3C 63 2F
Octal 360 360 1 0 0 144 6 74 143 57
Binary 11110000 11110000 1 0 0 1100100 110 111100 1100011 101111

Color Harmonies of #F0F001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F001

Black with #F0F001

Text Example


Text Example

White with #F0F001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F001; }

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

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

background-color css

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

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

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

border-color css

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

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

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