Html Css Color HEX #FDA60D Dark Tangerine

📋 copy color: '#FDA60D'

red 253 ◦ green 166 ◦ blue 13

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

Shades of Dark Tangerine #FDA60D

Tints of Dark Tangerine #FDA60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.01%

R = 58.56%
G = 38.43%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDA60D (or 0xFDA60D) is known color: Dark Tangerine. HEX triplet: FD, A6 and 0D. RGB value is (253,166,13). Sum of RGB (Red+Green+Blue) = 253+166+13=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 13 (5.47% from 255 or 3.01% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA60D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA60D is #0259F2. Grayscale: #AFAFAF. Windows color (decimal): -154099 or 894717. OLE color: 894717.

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

Color convert

RGB 253 166 13 -
CMYK 0 0.34 0.95 0.01
HSL 38.25º 0.98% 0.52% -
HSV(B) 38.25º 0.95% 0.99% -
XYZ 54.22 48.18 6.82 -
YUV 174.57 36.82 183.94 -
System Red Green Blue C M Y K H S L
Decimal 253 166 13 0 0.34 0.95 0.01 38.25 0.98 0.52
Hex FD A6 D 0 22 5F 1 26 62 34
Octal 375 246 15 0 42 137 1 46 142 64
Binary 11111101 10100110 1101 0 100010 1011111 1 100110 1100010 110100

Color Harmonies of #FDA60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA60D

Black with #FDA60D

Text Example


Text Example

White with #FDA60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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