Html Css Color HEX #FDA20F Dark Tangerine

📋 copy color: '#FDA20F'

red 253 ◦ green 162 ◦ blue 15

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

Shades of Dark Tangerine #FDA20F

Tints of Dark Tangerine #FDA20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.49%

R = 58.84%
G = 37.67%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDA20F (or 0xFDA20F) is known color: Dark Tangerine. HEX triplet: FD, A2 and 0F. RGB value is (253,162,15). Sum of RGB (Red+Green+Blue) = 253+162+15=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA20F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA20F is #025DF0. Grayscale: #ADADAD. Windows color (decimal): -155121 or 1024765. OLE color: 1024765.

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

Color convert

RGB 253 162 15 -
CMYK 0 0.36 0.94 0.01
HSL 37.06º 0.98% 0.53% -
HSV(B) 37.06º 0.94% 0.99% -
XYZ 53.51 46.76 6.66 -
YUV 172.45 39.15 185.45 -
System Red Green Blue C M Y K H S L
Decimal 253 162 15 0 0.36 0.94 0.01 37.06 0.98 0.53
Hex FD A2 F 0 24 5E 1 25 62 35
Octal 375 242 17 0 44 136 1 45 142 65
Binary 11111101 10100010 1111 0 100100 1011110 1 100101 1100010 110101

Color Harmonies of #FDA20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA20F

Black with #FDA20F

Text Example


Text Example

White with #FDA20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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