Html Css Color HEX #FEB80B Selective Yellow

📋 copy color: '#FEB80B'

red 254 ◦ green 184 ◦ blue 11

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

Shades of Selective Yellow #FEB80B

Tints of Selective Yellow #FEB80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.45%

R = 56.57%
G = 40.98%
B = 2.45%

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

#FEB80B (or 0xFEB80B) is known color: Selective Yellow. HEX triplet: FE, B8 and 0B. RGB value is (254,184,11). Sum of RGB (Red+Green+Blue) = 254+184+11=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB80B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB80B is #0147F4. Grayscale: #B9B9B9. Windows color (decimal): -83957 or 768254. OLE color: 768254.

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

Color convert

RGB 254 184 11 -
CMYK 0 0.28 0.96 0.00
HSL 42.72º 0.99% 0.52% -
HSV(B) 42.72º 0.96% 1% -
XYZ 58.07 55.38 7.94 -
YUV 185.21 29.69 177.07 -
System Red Green Blue C M Y K H S L
Decimal 254 184 11 0 0.28 0.96 0.00 42.72 0.99 0.52
Hex FE B8 B 0 1C 60 0 2B 63 34
Octal 376 270 13 0 34 140 0 53 143 64
Binary 11111110 10111000 1011 0 11100 1100000 0 101011 1100011 110100

Color Harmonies of #FEB80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB80B

Black with #FEB80B

Text Example


Text Example

White with #FEB80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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