Html Css Color HEX #FEFA00 Yellow

📋 copy color: '#FEFA00'

red 254 ◦ green 250 ◦ blue 0

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

Shades of Yellow #FEFA00

Tints of Yellow #FEFA00

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.4%
G = 49.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEFA00 (or 0xFEFA00) is known color: Yellow. HEX triplet: FE, FA and 00. RGB value is (254,250,0). Sum of RGB (Red+Green+Blue) = 254+250+0=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 0 (0.39% from 255 or 0% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFA00 is #0105FF. Grayscale: #DFDFDF. Windows color (decimal): -67072 or 64254. OLE color: 64254.

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

Color convert

RGB 254 250 0 -
CMYK 0 0.02 1 0.00
HSL 59.06º 1% 0.5% -
HSV(B) 59.06º 1% 1% -
XYZ 75.06 89.44 13.31 -
YUV 222.7 2.33 150.33 -
System Red Green Blue C M Y K H S L
Decimal 254 250 0 0 0.02 1 0.00 59.06 1 0.5
Hex FE FA 0 0 2 64 0 3B 64 32
Octal 376 372 0 0 2 144 0 73 144 62
Binary 11111110 11111010 0 0 10 1100100 0 111011 1100100 110010

Color Harmonies of #FEFA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA00

Black with #FEFA00

Text Example


Text Example

White with #FEFA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA00; }

 p { color: rgb(254,250,0); }

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

background-color css

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

 a { background-color: rgb(254,250,0); }

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

border-color css

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

 span { border-color: rgb(254,250,0); }

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