Html Css Color HEX #FFF01E Lemon

📋 copy color: '#FFF01E'

red 255 ◦ green 240 ◦ blue 30

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

Shades of Lemon #FFF01E

Tints of Lemon #FFF01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 5.71%

R = 48.57%
G = 45.71%
B = 5.71%

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

#FFF01E (or 0xFFF01E) is known color: Lemon. HEX triplet: FF, F0 and 1E. RGB value is (255,240,30). Sum of RGB (Red+Green+Blue) = 255+240+30=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 30 (12.11% from 255 or 5.71% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF01E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF01E is #000FE1. Grayscale: #DDDDDD. Windows color (decimal): -4066 or 2027775. OLE color: 2027775.

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

Color convert

RGB 255 240 30 -
CMYK 0 0.06 0.88 0
HSL 56º 1% 0.56% -
HSV(B) 56º 0.88% 1% -
XYZ 72.63 83.67 13.55 -
YUV 220.55 20.47 152.58 -
System Red Green Blue C M Y K H S L
Decimal 255 240 30 0 0.06 0.88 0 56 1 0.56
Hex FF F0 1E 0 6 58 0 38 64 38
Octal 377 360 36 0 6 130 0 70 144 70
Binary 11111111 11110000 11110 0 110 1011000 0 111000 1100100 111000

Color Harmonies of #FFF01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF01E

Black with #FFF01E

Text Example


Text Example

White with #FFF01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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