Html Css Color HEX #FD572C Outrageous Orange

📋 copy color: '#FD572C'

red 253 ◦ green 87 ◦ blue 44

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

Shades of Outrageous Orange #FD572C

Tints of Outrageous Orange #FD572C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.46%

R = 65.89%
G = 22.66%
B = 11.46%

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

#FD572C (or 0xFD572C) is known color: Outrageous Orange. HEX triplet: FD, 57 and 2C. RGB value is (253,87,44). Sum of RGB (Red+Green+Blue) = 253+87+44=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD572C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD572C is #02A8D3. Grayscale: #848484. Windows color (decimal): -174292 or 2906109. OLE color: 2906109.

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

Color convert

RGB 253 87 44 -
CMYK 0 0.66 0.83 0.01
HSL 12.34º 0.98% 0.58% -
HSV(B) 12.34º 0.83% 0.99% -
XYZ 44.37 27.88 5.43 -
YUV 131.73 78.5 214.5 -
System Red Green Blue C M Y K H S L
Decimal 253 87 44 0 0.66 0.83 0.01 12.34 0.98 0.58
Hex FD 57 2C 0 42 53 1 C 62 3A
Octal 375 127 54 0 102 123 1 14 142 72
Binary 11111101 1010111 101100 0 1000010 1010011 1 1100 1100010 111010

Color Harmonies of #FD572C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD572C

Black with #FD572C

Text Example


Text Example

White with #FD572C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD572C; }

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

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

background-color css

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

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

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

border-color css

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

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

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