Html Css Color HEX #FDA60E Dark Tangerine

📋 copy color: '#FDA60E'

red 253 ◦ green 166 ◦ blue 14

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

Shades of Dark Tangerine #FDA60E

Tints of Dark Tangerine #FDA60E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.34%

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

R = 58.43%
G = 38.34%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDA60E (or 0xFDA60E) is known color: Dark Tangerine. HEX triplet: FD, A6 and 0E. RGB value is (253,166,14). Sum of RGB (Red+Green+Blue) = 253+166+14=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 14 (5.86% from 255 or 3.23% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA60E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA60E is #0259F1. Grayscale: #AFAFAF. Windows color (decimal): -154098 or 960253. OLE color: 960253.

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

Color convert

RGB 253 166 14 -
CMYK 0 0.34 0.94 0.01
HSL 38.16º 0.98% 0.52% -
HSV(B) 38.16º 0.94% 0.99% -
XYZ 54.22 48.19 6.86 -
YUV 174.69 37.32 183.86 -
System Red Green Blue C M Y K H S L
Decimal 253 166 14 0 0.34 0.94 0.01 38.16 0.98 0.52
Hex FD A6 E 0 22 5E 1 26 62 34
Octal 375 246 16 0 42 136 1 46 142 64
Binary 11111101 10100110 1110 0 100010 1011110 1 100110 1100010 110100

Color Harmonies of #FDA60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA60E

Black with #FDA60E

Text Example


Text Example

White with #FDA60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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