Html Css Color HEX #FEB100 Selective Yellow

📋 copy color: '#FEB100'

red 254 ◦ green 177 ◦ blue 0

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

Shades of Selective Yellow #FEB100

Tints of Selective Yellow #FEB100

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.07%

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

R = 58.93%
G = 41.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEB100 (or 0xFEB100) is known color: Selective Yellow. HEX triplet: FE, B1 and 00. RGB value is (254,177,0). Sum of RGB (Red+Green+Blue) = 254+177+0=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB100 is #014EFF. Grayscale: #B4B4B4. Windows color (decimal): -85760 or 45566. OLE color: 45566.

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

Color convert

RGB 254 177 0 -
CMYK 0 0.30 1 0.00
HSL 41.81º 1% 0.5% -
HSV(B) 41.81º 1% 1% -
XYZ 56.6 52.52 7.15 -
YUV 179.85 26.51 180.89 -
System Red Green Blue C M Y K H S L
Decimal 254 177 0 0 0.30 1 0.00 41.81 1 0.5
Hex FE B1 0 0 1E 64 0 2A 64 32
Octal 376 261 0 0 36 144 0 52 144 62
Binary 11111110 10110001 0 0 11110 1100100 0 101010 1100100 110010

Color Harmonies of #FEB100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB100

Black with #FEB100

Text Example


Text Example

White with #FEB100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB100; }

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

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

background-color css

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

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

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

border-color css

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

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

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