Html Css Color HEX #FEA317 Dark Tangerine

📋 copy color: '#FEA317'

red 254 ◦ green 163 ◦ blue 23

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

Shades of Dark Tangerine #FEA317

Tints of Dark Tangerine #FEA317

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.05%

 BLUE value IS 23 (9.38% from 255) = 5.23%

R = 57.73%
G = 37.05%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FEA317 (or 0xFEA317) is known color: Dark Tangerine. HEX triplet: FE, A3 and 17. RGB value is (254,163,23). Sum of RGB (Red+Green+Blue) = 254+163+23=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 23 (9.38% from 255 or 5.23% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA317 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA317 is #015CE8. Grayscale: #AEAEAE. Windows color (decimal): -89321 or 1549310. OLE color: 1549310.

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

Color convert

RGB 254 163 23 -
CMYK 0 0.36 0.91 0.00
HSL 36.36º 0.99% 0.54% -
HSV(B) 36.36º 0.91% 1% -
XYZ 54.12 47.33 7.09 -
YUV 174.25 42.65 184.88 -
System Red Green Blue C M Y K H S L
Decimal 254 163 23 0 0.36 0.91 0.00 36.36 0.99 0.54
Hex FE A3 17 0 24 5B 0 24 63 36
Octal 376 243 27 0 44 133 0 44 143 66
Binary 11111110 10100011 10111 0 100100 1011011 0 100100 1100011 110110

Color Harmonies of #FEA317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA317

Black with #FEA317

Text Example


Text Example

White with #FEA317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA317; }

 p { color: rgb(254,163,23); }

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

background-color css

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

 a { background-color: rgb(254,163,23); }

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

border-color css

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

 span { border-color: rgb(254,163,23); }

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