Html Css Color HEX #FDA61C Dark Tangerine

📋 copy color: '#FDA61C'

red 253 ◦ green 166 ◦ blue 28

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

Shades of Dark Tangerine #FDA61C

Tints of Dark Tangerine #FDA61C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.14%

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

R = 56.6%
G = 37.14%
B = 6.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDA61C (or 0xFDA61C) is known color: Dark Tangerine. HEX triplet: FD, A6 and 1C. RGB value is (253,166,28). Sum of RGB (Red+Green+Blue) = 253+166+28=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 28 (11.33% from 255 or 6.26% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA61C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA61C is #0259E3. Grayscale: #B0B0B0. Windows color (decimal): -154084 or 1877757. OLE color: 1877757.

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

Color convert

RGB 253 166 28 -
CMYK 0 0.34 0.89 0.01
HSL 36.8º 0.98% 0.55% -
HSV(B) 36.8º 0.89% 0.99% -
XYZ 54.35 48.24 7.54 -
YUV 176.28 44.32 182.72 -
System Red Green Blue C M Y K H S L
Decimal 253 166 28 0 0.34 0.89 0.01 36.8 0.98 0.55
Hex FD A6 1C 0 22 59 1 25 62 37
Octal 375 246 34 0 42 131 1 45 142 67
Binary 11111101 10100110 11100 0 100010 1011001 1 100101 1100010 110111

Color Harmonies of #FDA61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA61C

Black with #FDA61C

Text Example


Text Example

White with #FDA61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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