Html Css Color HEX #FEFB00 Yellow

📋 copy color: '#FEFB00'

red 254 ◦ green 251 ◦ blue 0

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

Shades of Yellow #FEFB00

Tints of Yellow #FEFB00

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.7%

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

R = 50.3%
G = 49.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEFB00 (or 0xFEFB00) is known color: Yellow. HEX triplet: FE, FB and 00. RGB value is (254,251,0). Sum of RGB (Red+Green+Blue) = 254+251+0=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 251 (98.44% from 255 or 49.70% from 505); Blue value is 0 (0.39% from 255 or 0% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEFB00 is #0104FF. Grayscale: #E0E0E0. Windows color (decimal): -66816 or 64510. OLE color: 64510.

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

Color convert

RGB 254 251 0 -
CMYK 0 0.01 1 0.00
HSL 59.29º 1% 0.5% -
HSV(B) 59.29º 1% 1% -
XYZ 75.37 90.07 13.41 -
YUV 223.28 1.99 149.91 -
System Red Green Blue C M Y K H S L
Decimal 254 251 0 0 0.01 1 0.00 59.29 1 0.5
Hex FE FB 0 0 1 64 0 3B 64 32
Octal 376 373 0 0 1 144 0 73 144 62
Binary 11111110 11111011 0 0 1 1100100 0 111011 1100100 110010

Color Harmonies of #FEFB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFB00

Black with #FEFB00

Text Example


Text Example

White with #FEFB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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