Html Css Color HEX #FEFA57 Laser Lemon

📋 copy color: '#FEFA57'

red 254 ◦ green 250 ◦ blue 87

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

Shades of Laser Lemon #FEFA57

Tints of Laser Lemon #FEFA57

RGB

 RED value IS 254 (99.61% from 255) = 42.98%

 GREEN value IS 250 (98.05% from 255) = 42.3%

 BLUE value IS 87 (34.38% from 255) = 14.72%

R = 42.98%
G = 42.3%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FEFA57 (or 0xFEFA57) is known color: Laser Lemon. HEX triplet: FE, FA and 57. RGB value is (254,250,87). Sum of RGB (Red+Green+Blue) = 254+250+87=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 87 (34.38% from 255 or 14.72% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA57 is #0105A8. Grayscale: #E9E9E9. Windows color (decimal): -66985 or 5765886. OLE color: 5765886.

HSL color Cylindrical-coordinate representation of color #FEFA57: hue angle of 58.56º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEFA57 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 250 87 -
CMYK 0 0.02 0.66 0.00
HSL 58.56º 0.99% 0.67% -
HSV(B) 58.56º 0.66% 1% -
XYZ 76.78 90.13 22.37 -
YUV 232.61 45.83 143.25 -
System Red Green Blue C M Y K H S L
Decimal 254 250 87 0 0.02 0.66 0.00 58.56 0.99 0.67
Hex FE FA 57 0 2 42 0 3B 63 43
Octal 376 372 127 0 2 102 0 73 143 103
Binary 11111110 11111010 1010111 0 10 1000010 0 111011 1100011 1000011

Color Harmonies of #FEFA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA57

Black with #FEFA57

Text Example


Text Example

White with #FEFA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA57; }

 p { color: rgb(254,250,87); }

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

background-color css

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

 a { background-color: rgb(254,250,87); }

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

border-color css

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

 span { border-color: rgb(254,250,87); }

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