Html Css Color HEX #FDAA0D Dark Tangerine

📋 copy color: '#FDAA0D'

red 253 ◦ green 170 ◦ blue 13

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

Shades of Dark Tangerine #FDAA0D

Tints of Dark Tangerine #FDAA0D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.99%

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

R = 58.03%
G = 38.99%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDAA0D (or 0xFDAA0D) is known color: Dark Tangerine. HEX triplet: FD, AA and 0D. RGB value is (253,170,13). Sum of RGB (Red+Green+Blue) = 253+170+13=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAA0D is #0255F2. Grayscale: #B1B1B1. Windows color (decimal): -153075 or 895741. OLE color: 895741.

HSL color Cylindrical-coordinate representation of color #FDAA0D: hue angle of 39.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 #FDAA0D is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 170 13 -
CMYK 0 0.33 0.95 0.01
HSL 39.25º 0.98% 0.52% -
HSV(B) 39.25º 0.95% 0.99% -
XYZ 54.96 49.66 7.07 -
YUV 176.92 35.5 182.27 -
System Red Green Blue C M Y K H S L
Decimal 253 170 13 0 0.33 0.95 0.01 39.25 0.98 0.52
Hex FD AA D 0 21 5F 1 27 62 34
Octal 375 252 15 0 41 137 1 47 142 64
Binary 11111101 10101010 1101 0 100001 1011111 1 100111 1100010 110100

Color Harmonies of #FDAA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAA0D

Black with #FDAA0D

Text Example


Text Example

White with #FDAA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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