Html Css Color HEX #FEAC1F Dark Tangerine

📋 copy color: '#FEAC1F'

red 254 ◦ green 172 ◦ blue 31

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

Shades of Dark Tangerine #FEAC1F

Tints of Dark Tangerine #FEAC1F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.64%

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

R = 55.58%
G = 37.64%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FEAC1F (or 0xFEAC1F) is known color: Dark Tangerine. HEX triplet: FE, AC and 1F. RGB value is (254,172,31). Sum of RGB (Red+Green+Blue) = 254+172+31=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 31 (12.5% from 255 or 6.78% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAC1F is #0153E0. Grayscale: #B5B5B5. Windows color (decimal): -87009 or 2075902. OLE color: 2075902.

HSL color Cylindrical-coordinate representation of color #FEAC1F: hue angle of 37.94º 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 #FEAC1F is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 172 31 -
CMYK 0 0.32 0.88 0.00
HSL 37.94º 0.99% 0.56% -
HSV(B) 37.94º 0.88% 1% -
XYZ 55.87 50.67 8.13 -
YUV 180.44 43.67 180.46 -
System Red Green Blue C M Y K H S L
Decimal 254 172 31 0 0.32 0.88 0.00 37.94 0.99 0.56
Hex FE AC 1F 0 20 58 0 26 63 38
Octal 376 254 37 0 40 130 0 46 143 70
Binary 11111110 10101100 11111 0 100000 1011000 0 100110 1100011 111000

Color Harmonies of #FEAC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAC1F

Black with #FEAC1F

Text Example


Text Example

White with #FEAC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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