Html Css Color HEX #FFF310 Lemon

📋 copy color: '#FFF310'

red 255 ◦ green 243 ◦ blue 16

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

Shades of Lemon #FFF310

Tints of Lemon #FFF310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.11%

R = 49.61%
G = 47.28%
B = 3.11%

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

#FFF310 (or 0xFFF310) is known color: Lemon. HEX triplet: FF, F3 and 10. RGB value is (255,243,16). Sum of RGB (Red+Green+Blue) = 255+243+16=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 16 (6.64% from 255 or 3.11% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF310 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF310 is #000CEF. Grayscale: #DDDDDD. Windows color (decimal): -3312 or 1111039. OLE color: 1111039.

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

Color convert

RGB 255 243 16 -
CMYK 0 0.05 0.94 0
HSL 56.99º 1% 0.53% -
HSV(B) 56.99º 0.94% 1% -
XYZ 73.38 85.4 13.11 -
YUV 220.71 12.48 152.46 -
System Red Green Blue C M Y K H S L
Decimal 255 243 16 0 0.05 0.94 0 56.99 1 0.53
Hex FF F3 10 0 5 5E 0 39 64 35
Octal 377 363 20 0 5 136 0 71 144 65
Binary 11111111 11110011 10000 0 101 1011110 0 111001 1100100 110101

Color Harmonies of #FFF310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF310

Black with #FFF310

Text Example


Text Example

White with #FFF310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF310; }

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

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

background-color css

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

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

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

border-color css

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

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

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