Html Css Color HEX #FFF30E Lemon

📋 copy color: '#FFF30E'

red 255 ◦ green 243 ◦ blue 14

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

Shades of Lemon #FFF30E

Tints of Lemon #FFF30E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.46%

 BLUE value IS 14 (5.86% from 255) = 2.73%

R = 49.8%
G = 47.46%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFF30E (or 0xFFF30E) is known color: Lemon. HEX triplet: FF, F3 and 0E. RGB value is (255,243,14). Sum of RGB (Red+Green+Blue) = 255+243+14=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 14 (5.86% from 255 or 2.73% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF30E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF30E is #000CF1. Grayscale: #DDDDDD. Windows color (decimal): -3314 or 979967. OLE color: 979967.

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

Color convert

RGB 255 243 14 -
CMYK 0 0.05 0.95 0
HSL 57.01º 1% 0.53% -
HSV(B) 57.01º 0.95% 1% -
XYZ 73.37 85.39 13.03 -
YUV 220.48 11.48 152.62 -
System Red Green Blue C M Y K H S L
Decimal 255 243 14 0 0.05 0.95 0 57.01 1 0.53
Hex FF F3 E 0 5 5F 0 39 64 35
Octal 377 363 16 0 5 137 0 71 144 65
Binary 11111111 11110011 1110 0 101 1011111 0 111001 1100100 110101

Color Harmonies of #FFF30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF30E

Black with #FFF30E

Text Example


Text Example

White with #FFF30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF30E; }

 p { color: rgb(255,243,14); }

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

background-color css

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

 a { background-color: rgb(255,243,14); }

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

border-color css

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

 span { border-color: rgb(255,243,14); }

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