Html Css Color HEX #FDA01C Dark Tangerine

📋 copy color: '#FDA01C'

red 253 ◦ green 160 ◦ blue 28

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

Shades of Dark Tangerine #FDA01C

Tints of Dark Tangerine #FDA01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.35%

R = 57.37%
G = 36.28%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDA01C (or 0xFDA01C) is known color: Dark Tangerine. HEX triplet: FD, A0 and 1C. RGB value is (253,160,28). Sum of RGB (Red+Green+Blue) = 253+160+28=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 28 (11.33% from 255 or 6.35% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA01C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA01C is #025FE3. Grayscale: #ADADAD. Windows color (decimal): -155620 or 1876221. OLE color: 1876221.

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

Color convert

RGB 253 160 28 -
CMYK 0 0.37 0.89 0.01
HSL 35.2º 0.98% 0.55% -
HSV(B) 35.2º 0.89% 0.99% -
XYZ 53.29 46.11 7.19 -
YUV 172.76 46.31 185.23 -
System Red Green Blue C M Y K H S L
Decimal 253 160 28 0 0.37 0.89 0.01 35.2 0.98 0.55
Hex FD A0 1C 0 25 59 1 23 62 37
Octal 375 240 34 0 45 131 1 43 142 67
Binary 11111101 10100000 11100 0 100101 1011001 1 100011 1100010 110111

Color Harmonies of #FDA01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA01C

Black with #FDA01C

Text Example


Text Example

White with #FDA01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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