Html Css Color HEX #FEB80A Selective Yellow

📋 copy color: '#FEB80A'

red 254 ◦ green 184 ◦ blue 10

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

Shades of Selective Yellow #FEB80A

Tints of Selective Yellow #FEB80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.23%

R = 56.7%
G = 41.07%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEB80A (or 0xFEB80A) is known color: Selective Yellow. HEX triplet: FE, B8 and 0A. RGB value is (254,184,10). Sum of RGB (Red+Green+Blue) = 254+184+10=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 10 (4.30% from 255 or 2.23% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB80A is #0147F5. Grayscale: #B9B9B9. Windows color (decimal): -83958 or 702718. OLE color: 702718.

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

Color convert

RGB 254 184 10 -
CMYK 0 0.28 0.96 0.00
HSL 42.79º 0.99% 0.52% -
HSV(B) 42.79º 0.96% 1% -
XYZ 58.07 55.37 7.91 -
YUV 185.09 29.19 177.15 -
System Red Green Blue C M Y K H S L
Decimal 254 184 10 0 0.28 0.96 0.00 42.79 0.99 0.52
Hex FE B8 A 0 1C 60 0 2B 63 34
Octal 376 270 12 0 34 140 0 53 143 64
Binary 11111110 10111000 1010 0 11100 1100000 0 101011 1100011 110100

Color Harmonies of #FEB80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB80A

Black with #FEB80A

Text Example


Text Example

White with #FEB80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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