Html Css Color HEX #FDA422 Dark Tangerine

📋 copy color: '#FDA422'

red 253 ◦ green 164 ◦ blue 34

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

Shades of Dark Tangerine #FDA422

Tints of Dark Tangerine #FDA422

RGB

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

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

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

R = 56.1%
G = 36.36%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDA422 (or 0xFDA422) is known color: Dark Tangerine. HEX triplet: FD, A4 and 22. RGB value is (253,164,34). Sum of RGB (Red+Green+Blue) = 253+164+34=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 34 (13.67% from 255 or 7.54% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA422 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA422 is #025BDD. Grayscale: #B0B0B0. Windows color (decimal): -154590 or 2270461. OLE color: 2270461.

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

Color convert

RGB 253 164 34 -
CMYK 0 0.35 0.87 0.01
HSL 35.62º 0.98% 0.56% -
HSV(B) 35.62º 0.87% 0.99% -
XYZ 54.07 47.55 7.84 -
YUV 175.79 47.99 183.07 -
System Red Green Blue C M Y K H S L
Decimal 253 164 34 0 0.35 0.87 0.01 35.62 0.98 0.56
Hex FD A4 22 0 23 57 1 24 62 38
Octal 375 244 42 0 43 127 1 44 142 70
Binary 11111101 10100100 100010 0 100011 1010111 1 100100 1100010 111000

Color Harmonies of #FDA422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA422

Black with #FDA422

Text Example


Text Example

White with #FDA422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA422; }

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

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

background-color css

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

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

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

border-color css

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

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

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