Html Css Color HEX #FDA41C Dark Tangerine

📋 copy color: '#FDA41C'

red 253 ◦ green 164 ◦ blue 28

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

Shades of Dark Tangerine #FDA41C

Tints of Dark Tangerine #FDA41C

RGB

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

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

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

R = 56.85%
G = 36.85%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDA41C (or 0xFDA41C) is known color: Dark Tangerine. HEX triplet: FD, A4 and 1C. RGB value is (253,164,28). Sum of RGB (Red+Green+Blue) = 253+164+28=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 28 (11.33% from 255 or 6.29% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA41C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA41C is #025BE3. Grayscale: #AFAFAF. Windows color (decimal): -154596 or 1877245. OLE color: 1877245.

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

Color convert

RGB 253 164 28 -
CMYK 0 0.35 0.89 0.01
HSL 36.27º 0.98% 0.55% -
HSV(B) 36.27º 0.89% 0.99% -
XYZ 53.99 47.52 7.42 -
YUV 175.11 44.99 183.56 -
System Red Green Blue C M Y K H S L
Decimal 253 164 28 0 0.35 0.89 0.01 36.27 0.98 0.55
Hex FD A4 1C 0 23 59 1 24 62 37
Octal 375 244 34 0 43 131 1 44 142 67
Binary 11111101 10100100 11100 0 100011 1011001 1 100100 1100010 110111

Color Harmonies of #FDA41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA41C

Black with #FDA41C

Text Example


Text Example

White with #FDA41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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