Html Css Color HEX #FFF001 Yellow

📋 copy color: '#FFF001'

red 255 ◦ green 240 ◦ blue 1

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

Shades of Yellow #FFF001

Tints of Yellow #FFF001

RGB

 RED value IS 255 (100% from 255) = 51.41%

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

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

R = 51.41%
G = 48.39%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFF001 (or 0xFFF001) is known color: Yellow. HEX triplet: FF, F0 and 01. RGB value is (255,240,1). Sum of RGB (Red+Green+Blue) = 255+240+1=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 1 (0.78% from 255 or 0.20% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF001 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF001 is #000FFE. Grayscale: #DADADA. Windows color (decimal): -4095 or 127231. OLE color: 127231.

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

Color convert

RGB 255 240 1 -
CMYK 0 0.06 1.00 0
HSL 56.46º 1% 0.5% -
HSV(B) 56.46º 1% 1% -
XYZ 72.41 83.58 12.35 -
YUV 217.24 5.97 154.93 -
System Red Green Blue C M Y K H S L
Decimal 255 240 1 0 0.06 1.00 0 56.46 1 0.5
Hex FF F0 1 0 6 64 0 38 64 32
Octal 377 360 1 0 6 144 0 70 144 62
Binary 11111111 11110000 1 0 110 1100100 0 111000 1100100 110010

Color Harmonies of #FFF001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF001

Black with #FFF001

Text Example


Text Example

White with #FFF001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF001; }

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

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

background-color css

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

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

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

border-color css

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

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

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