Html Css Color HEX #FDA20D Dark Tangerine

📋 copy color: '#FDA20D'

red 253 ◦ green 162 ◦ blue 13

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

Shades of Dark Tangerine #FDA20D

Tints of Dark Tangerine #FDA20D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.85%

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

R = 59.11%
G = 37.85%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDA20D (or 0xFDA20D) is known color: Dark Tangerine. HEX triplet: FD, A2 and 0D. RGB value is (253,162,13). Sum of RGB (Red+Green+Blue) = 253+162+13=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA20D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA20D is #025DF2. Grayscale: #ACACAC. Windows color (decimal): -155123 or 893693. OLE color: 893693.

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

Color convert

RGB 253 162 13 -
CMYK 0 0.36 0.95 0.01
HSL 37.25º 0.98% 0.52% -
HSV(B) 37.25º 0.95% 0.99% -
XYZ 53.5 46.75 6.59 -
YUV 172.22 38.15 185.62 -
System Red Green Blue C M Y K H S L
Decimal 253 162 13 0 0.36 0.95 0.01 37.25 0.98 0.52
Hex FD A2 D 0 24 5F 1 25 62 34
Octal 375 242 15 0 44 137 1 45 142 64
Binary 11111101 10100010 1101 0 100100 1011111 1 100101 1100010 110100

Color Harmonies of #FDA20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA20D

Black with #FDA20D

Text Example


Text Example

White with #FDA20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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