Html Css Color HEX #FEB313 Dark Tangerine

📋 copy color: '#FEB313'

red 254 ◦ green 179 ◦ blue 19

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

Shades of Dark Tangerine #FEB313

Tints of Dark Tangerine #FEB313

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.6%

 BLUE value IS 19 (7.81% from 255) = 4.2%

R = 56.19%
G = 39.6%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEB313 (or 0xFEB313) is known color: Dark Tangerine. HEX triplet: FE, B3 and 13. RGB value is (254,179,19). Sum of RGB (Red+Green+Blue) = 254+179+19=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 19 (7.81% from 255 or 4.20% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB313 is #014CEC. Grayscale: #B7B7B7. Windows color (decimal): -85229 or 1291262. OLE color: 1291262.

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

Color convert

RGB 254 179 19 -
CMYK 0 0.30 0.93 0.00
HSL 40.85º 0.99% 0.54% -
HSV(B) 40.85º 0.93% 1% -
XYZ 57.11 53.36 7.91 -
YUV 183.19 35.35 178.51 -
System Red Green Blue C M Y K H S L
Decimal 254 179 19 0 0.30 0.93 0.00 40.85 0.99 0.54
Hex FE B3 13 0 1E 5D 0 29 63 36
Octal 376 263 23 0 36 135 0 51 143 66
Binary 11111110 10110011 10011 0 11110 1011101 0 101001 1100011 110110

Color Harmonies of #FEB313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB313

Black with #FEB313

Text Example


Text Example

White with #FEB313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB313; }

 p { color: rgb(254,179,19); }

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

background-color css

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

 a { background-color: rgb(254,179,19); }

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

border-color css

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

 span { border-color: rgb(254,179,19); }

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