Html Css Color HEX #FEF80A Yellow

📋 copy color: '#FEF80A'

red 254 ◦ green 248 ◦ blue 10

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

Shades of Yellow #FEF80A

Tints of Yellow #FEF80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 1.95%

R = 49.61%
G = 48.44%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEF80A (or 0xFEF80A) is known color: Yellow. HEX triplet: FE, F8 and 0A. RGB value is (254,248,10). Sum of RGB (Red+Green+Blue) = 254+248+10=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 10 (4.30% from 255 or 1.95% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF80A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF80A is #0107F5. Grayscale: #DFDFDF. Windows color (decimal): -67574 or 719102. OLE color: 719102.

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

Color convert

RGB 254 248 10 -
CMYK 0 0.02 0.96 0.00
HSL 58.52º 0.99% 0.52% -
HSV(B) 58.52º 0.96% 1% -
XYZ 74.5 88.23 13.39 -
YUV 222.66 7.99 150.35 -
System Red Green Blue C M Y K H S L
Decimal 254 248 10 0 0.02 0.96 0.00 58.52 0.99 0.52
Hex FE F8 A 0 2 60 0 3B 63 34
Octal 376 370 12 0 2 140 0 73 143 64
Binary 11111110 11111000 1010 0 10 1100000 0 111011 1100011 110100

Color Harmonies of #FEF80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF80A

Black with #FEF80A

Text Example


Text Example

White with #FEF80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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