Html Css Color HEX #FDA922 Dark Tangerine

📋 copy color: '#FDA922'

red 253 ◦ green 169 ◦ blue 34

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

Shades of Dark Tangerine #FDA922

Tints of Dark Tangerine #FDA922

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.06%

 BLUE value IS 34 (13.67% from 255) = 7.46%

R = 55.48%
G = 37.06%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDA922 (or 0xFDA922) is known color: Dark Tangerine. HEX triplet: FD, A9 and 22. RGB value is (253,169,34). Sum of RGB (Red+Green+Blue) = 253+169+34=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 34 (13.67% from 255 or 7.46% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA922 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA922 is #0256DD. Grayscale: #B3B3B3. Windows color (decimal): -153310 or 2271741. OLE color: 2271741.

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

Color convert

RGB 253 169 34 -
CMYK 0 0.33 0.87 0.01
HSL 36.99º 0.98% 0.56% -
HSV(B) 36.99º 0.87% 0.99% -
XYZ 54.98 49.37 8.15 -
YUV 178.73 46.33 180.98 -
System Red Green Blue C M Y K H S L
Decimal 253 169 34 0 0.33 0.87 0.01 36.99 0.98 0.56
Hex FD A9 22 0 21 57 1 25 62 38
Octal 375 251 42 0 41 127 1 45 142 70
Binary 11111101 10101001 100010 0 100001 1010111 1 100101 1100010 111000

Color Harmonies of #FDA922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA922

Black with #FDA922

Text Example


Text Example

White with #FDA922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA922; }

 p { color: rgb(253,169,34); }

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

background-color css

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

 a { background-color: rgb(253,169,34); }

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

border-color css

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

 span { border-color: rgb(253,169,34); }

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