Html Css Color HEX #FEB80D Selective Yellow

📋 copy color: '#FEB80D'

red 254 ◦ green 184 ◦ blue 13

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

Shades of Selective Yellow #FEB80D

Tints of Selective Yellow #FEB80D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.8%

 BLUE value IS 13 (5.47% from 255) = 2.88%

R = 56.32%
G = 40.8%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FEB80D (or 0xFEB80D) is known color: Selective Yellow. HEX triplet: FE, B8 and 0D. RGB value is (254,184,13). Sum of RGB (Red+Green+Blue) = 254+184+13=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 13 (5.47% from 255 or 2.88% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB80D is #0147F2. Grayscale: #BABABA. Windows color (decimal): -83955 or 899326. OLE color: 899326.

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

Color convert

RGB 254 184 13 -
CMYK 0 0.28 0.95 0.00
HSL 42.57º 0.99% 0.52% -
HSV(B) 42.57º 0.95% 1% -
XYZ 58.09 55.38 8.01 -
YUV 185.44 30.69 176.9 -
System Red Green Blue C M Y K H S L
Decimal 254 184 13 0 0.28 0.95 0.00 42.57 0.99 0.52
Hex FE B8 D 0 1C 5F 0 2B 63 34
Octal 376 270 15 0 34 137 0 53 143 64
Binary 11111110 10111000 1101 0 11100 1011111 0 101011 1100011 110100

Color Harmonies of #FEB80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB80D

Black with #FEB80D

Text Example


Text Example

White with #FEB80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB80D; }

 p { color: rgb(254,184,13); }

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

background-color css

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

 a { background-color: rgb(254,184,13); }

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

border-color css

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

 span { border-color: rgb(254,184,13); }

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