Html Css Color HEX #FD5C2A Outrageous Orange

📋 copy color: '#FD5C2A'

red 253 ◦ green 92 ◦ blue 42

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

Shades of Outrageous Orange #FD5C2A

Tints of Outrageous Orange #FD5C2A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.77%

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

R = 65.37%
G = 23.77%
B = 10.85%

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

#FD5C2A (or 0xFD5C2A) is known color: Outrageous Orange. HEX triplet: FD, 5C and 2A. RGB value is (253,92,42). Sum of RGB (Red+Green+Blue) = 253+92+42=387 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.37% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5C2A is #02A3D5. Grayscale: #868686. Windows color (decimal): -173014 or 2776317. OLE color: 2776317.

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

Color convert

RGB 253 92 42 -
CMYK 0 0.64 0.83 0.01
HSL 14.22º 0.98% 0.58% -
HSV(B) 14.22º 0.83% 0.99% -
XYZ 44.75 28.7 5.37 -
YUV 134.44 75.84 212.57 -
System Red Green Blue C M Y K H S L
Decimal 253 92 42 0 0.64 0.83 0.01 14.22 0.98 0.58
Hex FD 5C 2A 0 40 53 1 E 62 3A
Octal 375 134 52 0 100 123 1 16 142 72
Binary 11111101 1011100 101010 0 1000000 1010011 1 1110 1100010 111010

Color Harmonies of #FD5C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C2A

Black with #FD5C2A

Text Example


Text Example

White with #FD5C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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