Html Css Color HEX #FEB701 Selective Yellow

📋 copy color: '#FEB701'

red 254 ◦ green 183 ◦ blue 1

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

Shades of Selective Yellow #FEB701

Tints of Selective Yellow #FEB701

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.78%

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

R = 57.99%
G = 41.78%
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

#FEB701 (or 0xFEB701) is known color: Selective Yellow. HEX triplet: FE, B7 and 01. RGB value is (254,183,1). Sum of RGB (Red+Green+Blue) = 254+183+1=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 1 (0.78% from 255 or 0.23% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB701 is #0148FE. Grayscale: #B8B8B8. Windows color (decimal): -84223 or 112638. OLE color: 112638.

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

Color convert

RGB 254 183 1 -
CMYK 0 0.28 1.00 0.00
HSL 43.16º 0.99% 0.5% -
HSV(B) 43.16º 1% 1% -
XYZ 57.81 54.94 7.59 -
YUV 183.48 25.02 178.3 -
System Red Green Blue C M Y K H S L
Decimal 254 183 1 0 0.28 1.00 0.00 43.16 0.99 0.5
Hex FE B7 1 0 1C 64 0 2B 63 32
Octal 376 267 1 0 34 144 0 53 143 62
Binary 11111110 10110111 1 0 11100 1100100 0 101011 1100011 110010

Color Harmonies of #FEB701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB701

Black with #FEB701

Text Example


Text Example

White with #FEB701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB701; }

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

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

background-color css

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

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

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

border-color css

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

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

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