Html Css Color HEX #FDA018 Dark Tangerine

📋 copy color: '#FDA018'

red 253 ◦ green 160 ◦ blue 24

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

Shades of Dark Tangerine #FDA018

Tints of Dark Tangerine #FDA018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.49%

R = 57.89%
G = 36.61%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDA018 (or 0xFDA018) is known color: Dark Tangerine. HEX triplet: FD, A0 and 18. RGB value is (253,160,24). Sum of RGB (Red+Green+Blue) = 253+160+24=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 24 (9.77% from 255 or 5.49% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA018 is #025FE7. Grayscale: #ACACAC. Windows color (decimal): -155624 or 1614077. OLE color: 1614077.

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

Color convert

RGB 253 160 24 -
CMYK 0 0.37 0.91 0.01
HSL 35.63º 0.98% 0.54% -
HSV(B) 35.63º 0.91% 0.99% -
XYZ 53.24 46.09 6.95 -
YUV 172.3 44.31 185.56 -
System Red Green Blue C M Y K H S L
Decimal 253 160 24 0 0.37 0.91 0.01 35.63 0.98 0.54
Hex FD A0 18 0 25 5B 1 24 62 36
Octal 375 240 30 0 45 133 1 44 142 66
Binary 11111101 10100000 11000 0 100101 1011011 1 100100 1100010 110110

Color Harmonies of #FDA018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA018

Black with #FDA018

Text Example


Text Example

White with #FDA018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA018; }

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

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

background-color css

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

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

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

border-color css

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

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

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