Html Css Color HEX #FEA318 Dark Tangerine

📋 copy color: '#FEA318'

red 254 ◦ green 163 ◦ blue 24

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

Shades of Dark Tangerine #FEA318

Tints of Dark Tangerine #FEA318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.44%

R = 57.6%
G = 36.96%
B = 5.44%

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

#FEA318 (or 0xFEA318) is known color: Dark Tangerine. HEX triplet: FE, A3 and 18. RGB value is (254,163,24). Sum of RGB (Red+Green+Blue) = 254+163+24=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 24 (9.77% from 255 or 5.44% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA318 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA318 is #015CE7. Grayscale: #AFAFAF. Windows color (decimal): -89320 or 1614846. OLE color: 1614846.

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

Color convert

RGB 254 163 24 -
CMYK 0 0.36 0.91 0.00
HSL 36.26º 0.99% 0.55% -
HSV(B) 36.26º 0.91% 1% -
XYZ 54.14 47.33 7.15 -
YUV 174.36 43.15 184.8 -
System Red Green Blue C M Y K H S L
Decimal 254 163 24 0 0.36 0.91 0.00 36.26 0.99 0.55
Hex FE A3 18 0 24 5B 0 24 63 37
Octal 376 243 30 0 44 133 0 44 143 67
Binary 11111110 10100011 11000 0 100100 1011011 0 100100 1100011 110111

Color Harmonies of #FEA318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA318

Black with #FEA318

Text Example


Text Example

White with #FEA318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA318; }

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

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

background-color css

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

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

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

border-color css

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

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

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