Html Css Color HEX #FDA321 Dark Tangerine

📋 copy color: '#FDA321'

red 253 ◦ green 163 ◦ blue 33

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

Shades of Dark Tangerine #FDA321

Tints of Dark Tangerine #FDA321

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.3%

 BLUE value IS 33 (13.28% from 255) = 7.35%

R = 56.35%
G = 36.3%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDA321 (or 0xFDA321) is known color: Dark Tangerine. HEX triplet: FD, A3 and 21. RGB value is (253,163,33). Sum of RGB (Red+Green+Blue) = 253+163+33=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 33 (13.28% from 255 or 7.35% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA321 is #025CDE. Grayscale: #AFAFAF. Windows color (decimal): -154847 or 2204669. OLE color: 2204669.

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

Color convert

RGB 253 163 33 -
CMYK 0 0.36 0.87 0.01
HSL 35.45º 0.98% 0.56% -
HSV(B) 35.45º 0.87% 0.99% -
XYZ 53.88 47.19 7.71 -
YUV 175.09 47.82 183.57 -
System Red Green Blue C M Y K H S L
Decimal 253 163 33 0 0.36 0.87 0.01 35.45 0.98 0.56
Hex FD A3 21 0 24 57 1 23 62 38
Octal 375 243 41 0 44 127 1 43 142 70
Binary 11111101 10100011 100001 0 100100 1010111 1 100011 1100010 111000

Color Harmonies of #FDA321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA321

Black with #FDA321

Text Example


Text Example

White with #FDA321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA321; }

 p { color: rgb(253,163,33); }

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

background-color css

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

 a { background-color: rgb(253,163,33); }

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

border-color css

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

 span { border-color: rgb(253,163,33); }

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