Html Css Color HEX #FEBA15 Dark Tangerine

📋 copy color: '#FEBA15'

red 254 ◦ green 186 ◦ blue 21

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

Shades of Dark Tangerine #FEBA15

Tints of Dark Tangerine #FEBA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.56%

R = 55.1%
G = 40.35%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEBA15 (or 0xFEBA15) is known color: Dark Tangerine. HEX triplet: FE, BA and 15. RGB value is (254,186,21). Sum of RGB (Red+Green+Blue) = 254+186+21=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 21 (8.59% from 255 or 4.56% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBA15 is #0145EA. Grayscale: #BCBCBC. Windows color (decimal): -83435 or 1424126. OLE color: 1424126.

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

Color convert

RGB 254 186 21 -
CMYK 0 0.27 0.92 0.00
HSL 42.49º 0.99% 0.54% -
HSV(B) 42.49º 0.92% 1% -
XYZ 58.57 56.24 8.48 -
YUV 187.52 34.03 175.42 -
System Red Green Blue C M Y K H S L
Decimal 254 186 21 0 0.27 0.92 0.00 42.49 0.99 0.54
Hex FE BA 15 0 1B 5C 0 2A 63 36
Octal 376 272 25 0 33 134 0 52 143 66
Binary 11111110 10111010 10101 0 11011 1011100 0 101010 1100011 110110

Color Harmonies of #FEBA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA15

Black with #FEBA15

Text Example


Text Example

White with #FEBA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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