Html Css Color HEX #FEF802 Yellow

📋 copy color: '#FEF802'

red 254 ◦ green 248 ◦ blue 2

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

Shades of Yellow #FEF802

Tints of Yellow #FEF802

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.21%

 BLUE value IS 2 (1.17% from 255) = 0.4%

R = 50.4%
G = 49.21%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FEF802 (or 0xFEF802) is known color: Yellow. HEX triplet: FE, F8 and 02. RGB value is (254,248,2). Sum of RGB (Red+Green+Blue) = 254+248+2=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 2 (1.17% from 255 or 0.40% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF802 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF802 is #0107FD. Grayscale: #DEDEDE. Windows color (decimal): -67582 or 194814. OLE color: 194814.

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

Color convert

RGB 254 248 2 -
CMYK 0 0.02 0.99 0.00
HSL 58.57º 0.99% 0.5% -
HSV(B) 58.57º 0.99% 1% -
XYZ 74.45 88.21 13.16 -
YUV 221.75 3.99 151 -
System Red Green Blue C M Y K H S L
Decimal 254 248 2 0 0.02 0.99 0.00 58.57 0.99 0.5
Hex FE F8 2 0 2 63 0 3B 63 32
Octal 376 370 2 0 2 143 0 73 143 62
Binary 11111110 11111000 10 0 10 1100011 0 111011 1100011 110010

Color Harmonies of #FEF802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF802

Black with #FEF802

Text Example


Text Example

White with #FEF802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF802; }

 p { color: rgb(254,248,2); }

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

background-color css

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

 a { background-color: rgb(254,248,2); }

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

border-color css

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

 span { border-color: rgb(254,248,2); }

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