Html Css Color HEX #FD5C1D Outrageous Orange

📋 copy color: '#FD5C1D'

red 253 ◦ green 92 ◦ blue 29

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

Shades of Outrageous Orange #FD5C1D

Tints of Outrageous Orange #FD5C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.75%

R = 67.65%
G = 24.6%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD5C1D (or 0xFD5C1D) is known color: Outrageous Orange. HEX triplet: FD, 5C and 1D. RGB value is (253,92,29). Sum of RGB (Red+Green+Blue) = 253+92+29=374 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.65% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5C1D is #02A3E2. Grayscale: #858585. Windows color (decimal): -173027 or 1924349. OLE color: 1924349.

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

Color convert

RGB 253 92 29 -
CMYK 0 0.64 0.89 0.01
HSL 16.88º 0.98% 0.55% -
HSV(B) 16.88º 0.89% 0.99% -
XYZ 44.56 28.63 4.34 -
YUV 132.96 69.34 213.62 -
System Red Green Blue C M Y K H S L
Decimal 253 92 29 0 0.64 0.89 0.01 16.88 0.98 0.55
Hex FD 5C 1D 0 40 59 1 11 62 37
Octal 375 134 35 0 100 131 1 21 142 67
Binary 11111101 1011100 11101 0 1000000 1011001 1 10001 1100010 110111

Color Harmonies of #FD5C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C1D

Black with #FD5C1D

Text Example


Text Example

White with #FD5C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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