Html Css Color HEX #FD572A Outrageous Orange

📋 copy color: '#FD572A'

red 253 ◦ green 87 ◦ blue 42

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

Shades of Outrageous Orange #FD572A

Tints of Outrageous Orange #FD572A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.77%

 BLUE value IS 42 (16.8% from 255) = 10.99%

R = 66.23%
G = 22.77%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD572A (or 0xFD572A) is known color: Outrageous Orange. HEX triplet: FD, 57 and 2A. RGB value is (253,87,42). Sum of RGB (Red+Green+Blue) = 253+87+42=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD572A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD572A is #02A8D5. Grayscale: #838383. Windows color (decimal): -174294 or 2775037. OLE color: 2775037.

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

Color convert

RGB 253 87 42 -
CMYK 0 0.66 0.83 0.01
HSL 12.8º 0.98% 0.58% -
HSV(B) 12.8º 0.83% 0.99% -
XYZ 44.33 27.87 5.23 -
YUV 131.5 77.5 214.66 -
System Red Green Blue C M Y K H S L
Decimal 253 87 42 0 0.66 0.83 0.01 12.8 0.98 0.58
Hex FD 57 2A 0 42 53 1 D 62 3A
Octal 375 127 52 0 102 123 1 15 142 72
Binary 11111101 1010111 101010 0 1000010 1010011 1 1101 1100010 111010

Color Harmonies of #FD572A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD572A

Black with #FD572A

Text Example


Text Example

White with #FD572A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD572A; }

 p { color: rgb(253,87,42); }

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

background-color css

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

 a { background-color: rgb(253,87,42); }

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

border-color css

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

 span { border-color: rgb(253,87,42); }

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