Html Css Color HEX #FD9A14 Dark Tangerine

📋 copy color: '#FD9A14'

red 253 ◦ green 154 ◦ blue 20

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

Shades of Dark Tangerine #FD9A14

Tints of Dark Tangerine #FD9A14

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.07%

 BLUE value IS 20 (8.2% from 255) = 4.68%

R = 59.25%
G = 36.07%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD9A14 (or 0xFD9A14) is known color: Dark Tangerine. HEX triplet: FD, 9A and 14. RGB value is (253,154,20). Sum of RGB (Red+Green+Blue) = 253+154+20=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9A14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD9A14 is #0265EB. Grayscale: #A8A8A8. Windows color (decimal): -157164 or 1350397. OLE color: 1350397.

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

Color convert

RGB 253 154 20 -
CMYK 0 0.39 0.92 0.01
HSL 34.51º 0.98% 0.54% -
HSV(B) 34.51º 0.92% 0.99% -
XYZ 52.19 44.04 6.41 -
YUV 168.33 44.3 188.4 -
System Red Green Blue C M Y K H S L
Decimal 253 154 20 0 0.39 0.92 0.01 34.51 0.98 0.54
Hex FD 9A 14 0 27 5C 1 23 62 36
Octal 375 232 24 0 47 134 1 43 142 66
Binary 11111101 10011010 10100 0 100111 1011100 1 100011 1100010 110110

Color Harmonies of #FD9A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9A14

Black with #FD9A14

Text Example


Text Example

White with #FD9A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9A14; }

 p { color: rgb(253,154,20); }

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

background-color css

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

 a { background-color: rgb(253,154,20); }

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

border-color css

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

 span { border-color: rgb(253,154,20); }

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