Html Css Color HEX #FDA40F Dark Tangerine

📋 copy color: '#FDA40F'

red 253 ◦ green 164 ◦ blue 15

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

Shades of Dark Tangerine #FDA40F

Tints of Dark Tangerine #FDA40F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.96%

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

R = 58.56%
G = 37.96%
B = 3.47%

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

#FDA40F (or 0xFDA40F) is known color: Dark Tangerine. HEX triplet: FD, A4 and 0F. RGB value is (253,164,15). Sum of RGB (Red+Green+Blue) = 253+164+15=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA40F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA40F is #025BF0. Grayscale: #AEAEAE. Windows color (decimal): -154609 or 1025277. OLE color: 1025277.

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

Color convert

RGB 253 164 15 -
CMYK 0 0.35 0.94 0.01
HSL 37.56º 0.98% 0.53% -
HSV(B) 37.56º 0.94% 0.99% -
XYZ 53.87 47.47 6.77 -
YUV 173.63 38.49 184.62 -
System Red Green Blue C M Y K H S L
Decimal 253 164 15 0 0.35 0.94 0.01 37.56 0.98 0.53
Hex FD A4 F 0 23 5E 1 26 62 35
Octal 375 244 17 0 43 136 1 46 142 65
Binary 11111101 10100100 1111 0 100011 1011110 1 100110 1100010 110101

Color Harmonies of #FDA40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA40F

Black with #FDA40F

Text Example


Text Example

White with #FDA40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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