Html Css Color HEX #FDA40E Dark Tangerine

📋 copy color: '#FDA40E'

red 253 ◦ green 164 ◦ blue 14

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

Shades of Dark Tangerine #FDA40E

Tints of Dark Tangerine #FDA40E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.05%

 BLUE value IS 14 (5.86% from 255) = 3.25%

R = 58.7%
G = 38.05%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDA40E (or 0xFDA40E) is known color: Dark Tangerine. HEX triplet: FD, A4 and 0E. RGB value is (253,164,14). Sum of RGB (Red+Green+Blue) = 253+164+14=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 14 (5.86% from 255 or 3.25% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA40E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA40E is #025BF1. Grayscale: #AEAEAE. Windows color (decimal): -154610 or 959741. OLE color: 959741.

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

Color convert

RGB 253 164 14 -
CMYK 0 0.35 0.94 0.01
HSL 37.66º 0.98% 0.52% -
HSV(B) 37.66º 0.94% 0.99% -
XYZ 53.86 47.47 6.74 -
YUV 173.51 37.99 184.7 -
System Red Green Blue C M Y K H S L
Decimal 253 164 14 0 0.35 0.94 0.01 37.66 0.98 0.52
Hex FD A4 E 0 23 5E 1 26 62 34
Octal 375 244 16 0 43 136 1 46 142 64
Binary 11111101 10100100 1110 0 100011 1011110 1 100110 1100010 110100

Color Harmonies of #FDA40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA40E

Black with #FDA40E

Text Example


Text Example

White with #FDA40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA40E; }

 p { color: rgb(253,164,14); }

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

background-color css

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

 a { background-color: rgb(253,164,14); }

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

border-color css

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

 span { border-color: rgb(253,164,14); }

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