Html Css Color HEX #F1F001 Yellow

📋 copy color: '#F1F001'

red 241 ◦ green 240 ◦ blue 1

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

Shades of Yellow #F1F001

Tints of Yellow #F1F001

RGB

 RED value IS 241 (94.53% from 255) = 50%

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

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

R = 50%
G = 49.79%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F1F001 (or 0xF1F001) is known color: Yellow. HEX triplet: F1, F0 and 01. RGB value is (241,240,1). Sum of RGB (Red+Green+Blue) = 241+240+1=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 1 (0.78% from 255 or 0.21% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F001 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F001 is #0E0FFE. Grayscale: #D6D6D6. Windows color (decimal): -921599 or 127217. OLE color: 127217.

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

Color convert

RGB 241 240 1 -
CMYK 0 0.00 1.00 0.05
HSL 59.75º 0.99% 0.47% -
HSV(B) 59.75º 1% 0.95% -
XYZ 67.44 81.02 12.11 -
YUV 213.05 8.33 147.93 -
System Red Green Blue C M Y K H S L
Decimal 241 240 1 0 0.00 1.00 0.05 59.75 0.99 0.47
Hex F1 F0 1 0 0 64 5 3C 63 2F
Octal 361 360 1 0 0 144 5 74 143 57
Binary 11110001 11110000 1 0 0 1100100 101 111100 1100011 101111

Color Harmonies of #F1F001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F001

Black with #F1F001

Text Example


Text Example

White with #F1F001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F001; }

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

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

background-color css

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

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

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

border-color css

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

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

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