Html Css Color HEX #FEFD0F Yellow

📋 copy color: '#FEFD0F'

red 254 ◦ green 253 ◦ blue 15

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

Shades of Yellow #FEFD0F

Tints of Yellow #FEFD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 2.87%

R = 48.66%
G = 48.47%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEFD0F (or 0xFEFD0F) is known color: Yellow. HEX triplet: FE, FD and 0F. RGB value is (254,253,15). Sum of RGB (Red+Green+Blue) = 254+253+15=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 15 (6.25% from 255 or 2.87% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFD0F is #0102F0. Grayscale: #E3E3E3. Windows color (decimal): -66289 or 1048062. OLE color: 1048062.

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

Color convert

RGB 254 253 15 -
CMYK 0 0.00 0.94 0.00
HSL 59.75º 0.99% 0.53% -
HSV(B) 59.75º 0.94% 1% -
XYZ 76.08 91.36 14.08 -
YUV 226.17 8.83 147.85 -
System Red Green Blue C M Y K H S L
Decimal 254 253 15 0 0.00 0.94 0.00 59.75 0.99 0.53
Hex FE FD F 0 0 5E 0 3C 63 35
Octal 376 375 17 0 0 136 0 74 143 65
Binary 11111110 11111101 1111 0 0 1011110 0 111100 1100011 110101

Color Harmonies of #FEFD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD0F

Black with #FEFD0F

Text Example


Text Example

White with #FEFD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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