Html Css Color HEX #FFF31B Lemon

📋 copy color: '#FFF31B'

red 255 ◦ green 243 ◦ blue 27

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

Shades of Lemon #FFF31B

Tints of Lemon #FFF31B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.14%

R = 48.57%
G = 46.29%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFF31B (or 0xFFF31B) is known color: Lemon. HEX triplet: FF, F3 and 1B. RGB value is (255,243,27). Sum of RGB (Red+Green+Blue) = 255+243+27=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 27 (10.94% from 255 or 5.14% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF31B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF31B is #000CE4. Grayscale: #DEDEDE. Windows color (decimal): -3301 or 1831935. OLE color: 1831935.

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

Color convert

RGB 255 243 27 -
CMYK 0 0.05 0.89 0
HSL 56.84º 1% 0.55% -
HSV(B) 56.84º 0.89% 1% -
XYZ 73.49 85.44 13.66 -
YUV 221.96 17.98 151.56 -
System Red Green Blue C M Y K H S L
Decimal 255 243 27 0 0.05 0.89 0 56.84 1 0.55
Hex FF F3 1B 0 5 59 0 39 64 37
Octal 377 363 33 0 5 131 0 71 144 67
Binary 11111111 11110011 11011 0 101 1011001 0 111001 1100100 110111

Color Harmonies of #FFF31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF31B

Black with #FFF31B

Text Example


Text Example

White with #FFF31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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