Html Css Color HEX #FEB201 Selective Yellow

📋 copy color: '#FEB201'

red 254 ◦ green 178 ◦ blue 1

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

Shades of Selective Yellow #FEB201

Tints of Selective Yellow #FEB201

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.11%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 58.66%
G = 41.11%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEB201 (or 0xFEB201) is known color: Selective Yellow. HEX triplet: FE, B2 and 01. RGB value is (254,178,1). Sum of RGB (Red+Green+Blue) = 254+178+1=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 1 (0.78% from 255 or 0.23% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEB201 is #014DFE. Grayscale: #B5B5B5. Windows color (decimal): -85503 or 111358. OLE color: 111358.

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

Color convert

RGB 254 178 1 -
CMYK 0 0.30 1.00 0.00
HSL 41.98º 0.99% 0.5% -
HSV(B) 41.98º 1% 1% -
XYZ 56.8 52.91 7.25 -
YUV 180.55 26.68 180.39 -
System Red Green Blue C M Y K H S L
Decimal 254 178 1 0 0.30 1.00 0.00 41.98 0.99 0.5
Hex FE B2 1 0 1E 64 0 2A 63 32
Octal 376 262 1 0 36 144 0 52 143 62
Binary 11111110 10110010 1 0 11110 1100100 0 101010 1100011 110010

Color Harmonies of #FEB201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB201

Black with #FEB201

Text Example


Text Example

White with #FEB201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB201; }

 p { color: rgb(254,178,1); }

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

background-color css

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

 a { background-color: rgb(254,178,1); }

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

border-color css

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

 span { border-color: rgb(254,178,1); }

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