Html Css Color HEX #FEB601 Selective Yellow

📋 copy color: '#FEB601'

red 254 ◦ green 182 ◦ blue 1

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

Shades of Selective Yellow #FEB601

Tints of Selective Yellow #FEB601

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.65%

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

R = 58.12%
G = 41.65%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEB601 (or 0xFEB601) is known color: Selective Yellow. HEX triplet: FE, B6 and 01. RGB value is (254,182,1). Sum of RGB (Red+Green+Blue) = 254+182+1=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 1 (0.78% from 255 or 0.23% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB601 is #0149FE. Grayscale: #B7B7B7. Windows color (decimal): -84479 or 112382. OLE color: 112382.

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

Color convert

RGB 254 182 1 -
CMYK 0 0.28 1.00 0.00
HSL 42.92º 0.99% 0.5% -
HSV(B) 42.92º 1% 1% -
XYZ 57.61 54.53 7.52 -
YUV 182.89 25.35 178.72 -
System Red Green Blue C M Y K H S L
Decimal 254 182 1 0 0.28 1.00 0.00 42.92 0.99 0.5
Hex FE B6 1 0 1C 64 0 2B 63 32
Octal 376 266 1 0 34 144 0 53 143 62
Binary 11111110 10110110 1 0 11100 1100100 0 101011 1100011 110010

Color Harmonies of #FEB601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB601

Black with #FEB601

Text Example


Text Example

White with #FEB601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB601; }

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

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

background-color css

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

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

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

border-color css

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

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

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