Html Css Color HEX #FEA81F Dark Tangerine

📋 copy color: '#FEA81F'

red 254 ◦ green 168 ◦ blue 31

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

Shades of Dark Tangerine #FEA81F

Tints of Dark Tangerine #FEA81F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.09%

 BLUE value IS 31 (12.5% from 255) = 6.84%

R = 56.07%
G = 37.09%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FEA81F (or 0xFEA81F) is known color: Dark Tangerine. HEX triplet: FE, A8 and 1F. RGB value is (254,168,31). Sum of RGB (Red+Green+Blue) = 254+168+31=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 31 (12.5% from 255 or 6.84% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA81F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA81F is #0157E0. Grayscale: #B2B2B2. Windows color (decimal): -88033 or 2074878. OLE color: 2074878.

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

Color convert

RGB 254 168 31 -
CMYK 0 0.34 0.88 0.00
HSL 36.86º 0.99% 0.56% -
HSV(B) 36.86º 0.88% 1% -
XYZ 55.12 49.18 7.88 -
YUV 178.1 44.99 182.14 -
System Red Green Blue C M Y K H S L
Decimal 254 168 31 0 0.34 0.88 0.00 36.86 0.99 0.56
Hex FE A8 1F 0 22 58 0 25 63 38
Octal 376 250 37 0 42 130 0 45 143 70
Binary 11111110 10101000 11111 0 100010 1011000 0 100101 1100011 111000

Color Harmonies of #FEA81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA81F

Black with #FEA81F

Text Example


Text Example

White with #FEA81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA81F; }

 p { color: rgb(254,168,31); }

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

background-color css

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

 a { background-color: rgb(254,168,31); }

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

border-color css

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

 span { border-color: rgb(254,168,31); }

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