Html Css Color HEX #FEFD0A Yellow

📋 copy color: '#FEFD0A'

red 254 ◦ green 253 ◦ blue 10

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

Shades of Yellow #FEFD0A

Tints of Yellow #FEFD0A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.94%

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

R = 49.13%
G = 48.94%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEFD0A (or 0xFEFD0A) is known color: Yellow. HEX triplet: FE, FD and 0A. RGB value is (254,253,10). Sum of RGB (Red+Green+Blue) = 254+253+10=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 10 (4.30% from 255 or 1.93% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFD0A is #0102F5. Grayscale: #E2E2E2. Windows color (decimal): -66294 or 720382. OLE color: 720382.

HSL color Cylindrical-coordinate representation of color #FEFD0A: hue angle of 59.75º 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 #FEFD0A is Cyan = 0, Magento = 0.00, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 253 10 -
CMYK 0 0.00 0.96 0.00
HSL 59.75º 0.99% 0.52% -
HSV(B) 59.75º 0.96% 1% -
XYZ 76.05 91.34 13.91 -
YUV 225.6 6.33 148.26 -
System Red Green Blue C M Y K H S L
Decimal 254 253 10 0 0.00 0.96 0.00 59.75 0.99 0.52
Hex FE FD A 0 0 60 0 3C 63 34
Octal 376 375 12 0 0 140 0 74 143 64
Binary 11111110 11111101 1010 0 0 1100000 0 111100 1100011 110100

Color Harmonies of #FEFD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD0A

Black with #FEFD0A

Text Example


Text Example

White with #FEFD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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