Html Css Color HEX #FFF01F Lemon

📋 copy color: '#FFF01F'

red 255 ◦ green 240 ◦ blue 31

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

Shades of Lemon #FFF01F

Tints of Lemon #FFF01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 5.89%

R = 48.48%
G = 45.63%
B = 5.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFF01F (or 0xFFF01F) is known color: Lemon. HEX triplet: FF, F0 and 1F. RGB value is (255,240,31). Sum of RGB (Red+Green+Blue) = 255+240+31=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 31 (12.5% from 255 or 5.89% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF01F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF01F is #000FE0. Grayscale: #DDDDDD. Windows color (decimal): -4065 or 2093311. OLE color: 2093311.

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

Color convert

RGB 255 240 31 -
CMYK 0 0.06 0.88 0
HSL 55.98º 1% 0.56% -
HSV(B) 55.98º 0.88% 1% -
XYZ 72.65 83.68 13.62 -
YUV 220.66 20.97 152.49 -
System Red Green Blue C M Y K H S L
Decimal 255 240 31 0 0.06 0.88 0 55.98 1 0.56
Hex FF F0 1F 0 6 58 0 38 64 38
Octal 377 360 37 0 6 130 0 70 144 70
Binary 11111111 11110000 11111 0 110 1011000 0 111000 1100100 111000

Color Harmonies of #FFF01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF01F

Black with #FFF01F

Text Example


Text Example

White with #FFF01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF01F; }

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

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

background-color css

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

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

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

border-color css

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

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

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