Html Css Color HEX #FFF312 Lemon

📋 copy color: '#FFF312'

red 255 ◦ green 243 ◦ blue 18

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

Shades of Lemon #FFF312

Tints of Lemon #FFF312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.49%

R = 49.42%
G = 47.09%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFF312 (or 0xFFF312) is known color: Lemon. HEX triplet: FF, F3 and 12. RGB value is (255,243,18). Sum of RGB (Red+Green+Blue) = 255+243+18=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 18 (7.42% from 255 or 3.49% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF312 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF312 is #000CED. Grayscale: #DDDDDD. Windows color (decimal): -3310 or 1242111. OLE color: 1242111.

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

Color convert

RGB 255 243 18 -
CMYK 0 0.05 0.93 0
HSL 56.96º 1% 0.54% -
HSV(B) 56.96º 0.93% 1% -
XYZ 73.4 85.4 13.19 -
YUV 220.94 13.48 152.3 -
System Red Green Blue C M Y K H S L
Decimal 255 243 18 0 0.05 0.93 0 56.96 1 0.54
Hex FF F3 12 0 5 5D 0 39 64 36
Octal 377 363 22 0 5 135 0 71 144 66
Binary 11111111 11110011 10010 0 101 1011101 0 111001 1100100 110110

Color Harmonies of #FFF312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF312

Black with #FFF312

Text Example


Text Example

White with #FFF312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF312; }

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

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

background-color css

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

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

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

border-color css

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

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

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