Html Css Color HEX #FDA50F Dark Tangerine

📋 copy color: '#FDA50F'

red 253 ◦ green 165 ◦ blue 15

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

Shades of Dark Tangerine #FDA50F

Tints of Dark Tangerine #FDA50F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.11%

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

R = 58.43%
G = 38.11%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDA50F (or 0xFDA50F) is known color: Dark Tangerine. HEX triplet: FD, A5 and 0F. RGB value is (253,165,15). Sum of RGB (Red+Green+Blue) = 253+165+15=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA50F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA50F is #025AF0. Grayscale: #AEAEAE. Windows color (decimal): -154353 or 1025533. OLE color: 1025533.

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

Color convert

RGB 253 165 15 -
CMYK 0 0.35 0.94 0.01
HSL 37.82º 0.98% 0.53% -
HSV(B) 37.82º 0.94% 0.99% -
XYZ 54.05 47.83 6.83 -
YUV 174.21 38.15 184.2 -
System Red Green Blue C M Y K H S L
Decimal 253 165 15 0 0.35 0.94 0.01 37.82 0.98 0.53
Hex FD A5 F 0 23 5E 1 26 62 35
Octal 375 245 17 0 43 136 1 46 142 65
Binary 11111101 10100101 1111 0 100011 1011110 1 100110 1100010 110101

Color Harmonies of #FDA50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA50F

Black with #FDA50F

Text Example


Text Example

White with #FDA50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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