Html Css Color HEX #FDA10E Dark Tangerine

📋 copy color: '#FDA10E'

red 253 ◦ green 161 ◦ blue 14

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

Shades of Dark Tangerine #FDA10E

Tints of Dark Tangerine #FDA10E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.62%

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

R = 59.11%
G = 37.62%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDA10E (or 0xFDA10E) is known color: Dark Tangerine. HEX triplet: FD, A1 and 0E. RGB value is (253,161,14). Sum of RGB (Red+Green+Blue) = 253+161+14=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 14 (5.86% from 255 or 3.27% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA10E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA10E is #025EF1. Grayscale: #ACACAC. Windows color (decimal): -155378 or 958973. OLE color: 958973.

HSL color Cylindrical-coordinate representation of color #FDA10E: hue angle of 36.9º 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 #FDA10E is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 161 14 -
CMYK 0 0.36 0.94 0.01
HSL 36.9º 0.98% 0.52% -
HSV(B) 36.9º 0.94% 0.99% -
XYZ 53.33 46.4 6.56 -
YUV 171.75 38.98 185.95 -
System Red Green Blue C M Y K H S L
Decimal 253 161 14 0 0.36 0.94 0.01 36.9 0.98 0.52
Hex FD A1 E 0 24 5E 1 25 62 34
Octal 375 241 16 0 44 136 1 45 142 64
Binary 11111101 10100001 1110 0 100100 1011110 1 100101 1100010 110100

Color Harmonies of #FDA10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA10E

Black with #FDA10E

Text Example


Text Example

White with #FDA10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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