Html Css Color HEX #FDAC1E Dark Tangerine

📋 copy color: '#FDAC1E'

red 253 ◦ green 172 ◦ blue 30

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

Shades of Dark Tangerine #FDAC1E

Tints of Dark Tangerine #FDAC1E

RGB

 RED value IS 253 (99.22% from 255) = 55.6%

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

 BLUE value IS 30 (12.11% from 255) = 6.59%

R = 55.6%
G = 37.8%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDAC1E (or 0xFDAC1E) is known color: Dark Tangerine. HEX triplet: FD, AC and 1E. RGB value is (253,172,30). Sum of RGB (Red+Green+Blue) = 253+172+30=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 30 (12.11% from 255 or 6.59% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAC1E is #0253E1. Grayscale: #B4B4B4. Windows color (decimal): -152546 or 2010365. OLE color: 2010365.

HSL color Cylindrical-coordinate representation of color #FDAC1E: hue angle of 38.21º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDAC1E is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 172 30 -
CMYK 0 0.32 0.88 0.01
HSL 38.21º 0.98% 0.55% -
HSV(B) 38.21º 0.88% 0.99% -
XYZ 55.49 50.48 8.05 -
YUV 180.03 43.34 180.05 -
System Red Green Blue C M Y K H S L
Decimal 253 172 30 0 0.32 0.88 0.01 38.21 0.98 0.55
Hex FD AC 1E 0 20 58 1 26 62 37
Octal 375 254 36 0 40 130 1 46 142 67
Binary 11111101 10101100 11110 0 100000 1011000 1 100110 1100010 110111

Color Harmonies of #FDAC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC1E

Black with #FDAC1E

Text Example


Text Example

White with #FDAC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC1E; }

 p { color: rgb(253,172,30); }

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

background-color css

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

 a { background-color: rgb(253,172,30); }

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

border-color css

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

 span { border-color: rgb(253,172,30); }

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