Html Css Color HEX #FEFF0A Yellow

📋 copy color: '#FEFF0A'

red 254 ◦ green 255 ◦ blue 10

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

Shades of Yellow #FEFF0A

Tints of Yellow #FEFF0A

RGB

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

 GREEN value IS 255 (100% from 255) = 49.13%

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

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

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FEFF0A (or 0xFEFF0A) is known color: Yellow. HEX triplet: FE, FF and 0A. RGB value is (254,255,10). Sum of RGB (Red+Green+Blue) = 254+255+10=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 10 (4.30% from 255 or 1.93% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFF0A is #0100F5. Grayscale: #E3E3E3. Windows color (decimal): -65782 or 720894. OLE color: 720894.

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

Color convert

RGB 254 255 10 -
CMYK 0.00 0 0.96 0
HSL 60.24º 1% 0.52% -
HSV(B) 60.24º 0.96% 1% -
XYZ 76.69 92.61 14.12 -
YUV 226.77 5.67 147.42 -
System Red Green Blue C M Y K H S L
Decimal 254 255 10 0.00 0 0.96 0 60.24 1 0.52
Hex FE FF A 0 0 60 0 3C 64 34
Octal 376 377 12 0 0 140 0 74 144 64
Binary 11111110 11111111 1010 0 0 1100000 0 111100 1100100 110100

Color Harmonies of #FEFF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFF0A

Black with #FEFF0A

Text Example


Text Example

White with #FEFF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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