Html Css Color HEX #FFF30F Lemon

📋 copy color: '#FFF30F'

red 255 ◦ green 243 ◦ blue 15

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

Shades of Lemon #FFF30F

Tints of Lemon #FFF30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 2.92%

R = 49.71%
G = 47.37%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFF30F (or 0xFFF30F) is known color: Lemon. HEX triplet: FF, F3 and 0F. RGB value is (255,243,15). Sum of RGB (Red+Green+Blue) = 255+243+15=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 15 (6.25% from 255 or 2.92% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF30F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF30F is #000CF0. Grayscale: #DDDDDD. Windows color (decimal): -3313 or 1045503. OLE color: 1045503.

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

Color convert

RGB 255 243 15 -
CMYK 0 0.05 0.94 0
HSL 57º 1% 0.53% -
HSV(B) 57º 0.94% 1% -
XYZ 73.38 85.4 13.07 -
YUV 220.6 11.98 152.54 -
System Red Green Blue C M Y K H S L
Decimal 255 243 15 0 0.05 0.94 0 57 1 0.53
Hex FF F3 F 0 5 5E 0 39 64 35
Octal 377 363 17 0 5 136 0 71 144 65
Binary 11111111 11110011 1111 0 101 1011110 0 111001 1100100 110101

Color Harmonies of #FFF30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF30F

Black with #FFF30F

Text Example


Text Example

White with #FFF30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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