Html Css Color HEX #FEF969 Laser Lemon

📋 copy color: '#FEF969'

red 254 ◦ green 249 ◦ blue 105

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

Shades of Laser Lemon #FEF969

Tints of Laser Lemon #FEF969

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.95%

 BLUE value IS 105 (41.41% from 255) = 17.27%

R = 41.78%
G = 40.95%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEF969 (or 0xFEF969) is known color: Laser Lemon. HEX triplet: FE, F9 and 69. RGB value is (254,249,105). Sum of RGB (Red+Green+Blue) = 254+249+105=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 249 (97.66% from 255 or 40.95% from 608); Blue value is 105 (41.41% from 255 or 17.27% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF969 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF969 is #010696. Grayscale: #EAEAEA. Windows color (decimal): -67223 or 6945278. OLE color: 6945278.

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

Color convert

RGB 254 249 105 -
CMYK 0 0.02 0.59 0.00
HSL 57.99º 0.99% 0.7% -
HSV(B) 57.99º 0.59% 1% -
XYZ 77.3 89.84 26.63 -
YUV 234.08 55.16 142.21 -
System Red Green Blue C M Y K H S L
Decimal 254 249 105 0 0.02 0.59 0.00 57.99 0.99 0.7
Hex FE F9 69 0 2 3B 0 3A 63 46
Octal 376 371 151 0 2 73 0 72 143 106
Binary 11111110 11111001 1101001 0 10 111011 0 111010 1100011 1000110

Color Harmonies of #FEF969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF969

Black with #FEF969

Text Example


Text Example

White with #FEF969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF969; }

 p { color: rgb(254,249,105); }

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

background-color css

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

 a { background-color: rgb(254,249,105); }

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

border-color css

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

 span { border-color: rgb(254,249,105); }

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