Html Css Color HEX #FD5A2C Outrageous Orange

📋 copy color: '#FD5A2C'

red 253 ◦ green 90 ◦ blue 44

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

Shades of Outrageous Orange #FD5A2C

Tints of Outrageous Orange #FD5A2C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.26%

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

R = 65.37%
G = 23.26%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD5A2C (or 0xFD5A2C) is known color: Outrageous Orange. HEX triplet: FD, 5A and 2C. RGB value is (253,90,44). Sum of RGB (Red+Green+Blue) = 253+90+44=387 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.37% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5A2C is #02A5D3. Grayscale: #858585. Windows color (decimal): -173524 or 2906877. OLE color: 2906877.

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

Color convert

RGB 253 90 44 -
CMYK 0 0.64 0.83 0.01
HSL 13.21º 0.98% 0.58% -
HSV(B) 13.21º 0.83% 0.99% -
XYZ 44.62 28.38 5.51 -
YUV 133.49 77.5 213.24 -
System Red Green Blue C M Y K H S L
Decimal 253 90 44 0 0.64 0.83 0.01 13.21 0.98 0.58
Hex FD 5A 2C 0 40 53 1 D 62 3A
Octal 375 132 54 0 100 123 1 15 142 72
Binary 11111101 1011010 101100 0 1000000 1010011 1 1101 1100010 111010

Color Harmonies of #FD5A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5A2C

Black with #FD5A2C

Text Example


Text Example

White with #FD5A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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