Html Css Color HEX #FFF31F Lemon

📋 copy color: '#FFF31F'

red 255 ◦ green 243 ◦ blue 31

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

Shades of Lemon #FFF31F

Tints of Lemon #FFF31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 5.86%

R = 48.2%
G = 45.94%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFF31F (or 0xFFF31F) is known color: Lemon. HEX triplet: FF, F3 and 1F. RGB value is (255,243,31). Sum of RGB (Red+Green+Blue) = 255+243+31=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 31 (12.5% from 255 or 5.86% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF31F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF31F is #000CE0. Grayscale: #DFDFDF. Windows color (decimal): -3297 or 2094079. OLE color: 2094079.

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

Color convert

RGB 255 243 31 -
CMYK 0 0.05 0.88 0
HSL 56.79º 1% 0.56% -
HSV(B) 56.79º 0.88% 1% -
XYZ 73.54 85.46 13.92 -
YUV 222.42 19.98 151.24 -
System Red Green Blue C M Y K H S L
Decimal 255 243 31 0 0.05 0.88 0 56.79 1 0.56
Hex FF F3 1F 0 5 58 0 39 64 38
Octal 377 363 37 0 5 130 0 71 144 70
Binary 11111111 11110011 11111 0 101 1011000 0 111001 1100100 111000

Color Harmonies of #FFF31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF31F

Black with #FFF31F

Text Example


Text Example

White with #FFF31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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