Html Css Color HEX #FDA00F Dark Tangerine

📋 copy color: '#FDA00F'

red 253 ◦ green 160 ◦ blue 15

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

Shades of Dark Tangerine #FDA00F

Tints of Dark Tangerine #FDA00F

RGB

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

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

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

R = 59.11%
G = 37.38%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDA00F (or 0xFDA00F) is known color: Dark Tangerine. HEX triplet: FD, A0 and 0F. RGB value is (253,160,15). Sum of RGB (Red+Green+Blue) = 253+160+15=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 15 (6.25% from 255 or 3.50% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA00F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA00F is #025FF0. Grayscale: #ABABAB. Windows color (decimal): -155633 or 1024253. OLE color: 1024253.

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

Color convert

RGB 253 160 15 -
CMYK 0 0.37 0.94 0.01
HSL 36.55º 0.98% 0.53% -
HSV(B) 36.55º 0.94% 0.99% -
XYZ 53.17 46.06 6.54 -
YUV 171.28 39.81 186.29 -
System Red Green Blue C M Y K H S L
Decimal 253 160 15 0 0.37 0.94 0.01 36.55 0.98 0.53
Hex FD A0 F 0 25 5E 1 25 62 35
Octal 375 240 17 0 45 136 1 45 142 65
Binary 11111101 10100000 1111 0 100101 1011110 1 100101 1100010 110101

Color Harmonies of #FDA00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA00F

Black with #FDA00F

Text Example


Text Example

White with #FDA00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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