Html Css Color HEX #FEBA10 Selective Yellow

📋 copy color: '#FEBA10'

red 254 ◦ green 186 ◦ blue 16

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

Shades of Selective Yellow #FEBA10

Tints of Selective Yellow #FEBA10

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.79%

 BLUE value IS 16 (6.64% from 255) = 3.51%

R = 55.7%
G = 40.79%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEBA10 (or 0xFEBA10) is known color: Selective Yellow. HEX triplet: FE, BA and 10. RGB value is (254,186,16). Sum of RGB (Red+Green+Blue) = 254+186+16=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 16 (6.64% from 255 or 3.51% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBA10 is #0145EF. Grayscale: #BBBBBB. Windows color (decimal): -83440 or 1096446. OLE color: 1096446.

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

Color convert

RGB 254 186 16 -
CMYK 0 0.27 0.94 0.00
HSL 42.86º 0.99% 0.53% -
HSV(B) 42.86º 0.94% 1% -
XYZ 58.53 56.23 8.26 -
YUV 186.95 31.53 175.82 -
System Red Green Blue C M Y K H S L
Decimal 254 186 16 0 0.27 0.94 0.00 42.86 0.99 0.53
Hex FE BA 10 0 1B 5E 0 2B 63 35
Octal 376 272 20 0 33 136 0 53 143 65
Binary 11111110 10111010 10000 0 11011 1011110 0 101011 1100011 110101

Color Harmonies of #FEBA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA10

Black with #FEBA10

Text Example


Text Example

White with #FEBA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA10; }

 p { color: rgb(254,186,16); }

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

background-color css

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

 a { background-color: rgb(254,186,16); }

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

border-color css

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

 span { border-color: rgb(254,186,16); }

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