Html Css Color HEX #FDA00D Dark Tangerine

📋 copy color: '#FDA00D'

red 253 ◦ green 160 ◦ blue 13

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

Shades of Dark Tangerine #FDA00D

Tints of Dark Tangerine #FDA00D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.56%

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

R = 59.39%
G = 37.56%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDA00D (or 0xFDA00D) is known color: Dark Tangerine. HEX triplet: FD, A0 and 0D. RGB value is (253,160,13). Sum of RGB (Red+Green+Blue) = 253+160+13=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 13 (5.47% from 255 or 3.05% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA00D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA00D is #025FF2. Grayscale: #ABABAB. Windows color (decimal): -155635 or 893181. OLE color: 893181.

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

Color convert

RGB 253 160 13 -
CMYK 0 0.37 0.95 0.01
HSL 36.75º 0.98% 0.52% -
HSV(B) 36.75º 0.95% 0.99% -
XYZ 53.15 46.05 6.47 -
YUV 171.05 38.81 186.45 -
System Red Green Blue C M Y K H S L
Decimal 253 160 13 0 0.37 0.95 0.01 36.75 0.98 0.52
Hex FD A0 D 0 25 5F 1 25 62 34
Octal 375 240 15 0 45 137 1 45 142 64
Binary 11111101 10100000 1101 0 100101 1011111 1 100101 1100010 110100

Color Harmonies of #FDA00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA00D

Black with #FDA00D

Text Example


Text Example

White with #FDA00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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