Html Css Color HEX #FD5C2F Outrageous Orange

📋 copy color: '#FD5C2F'

red 253 ◦ green 92 ◦ blue 47

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

Shades of Outrageous Orange #FD5C2F

Tints of Outrageous Orange #FD5C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.99%

R = 64.54%
G = 23.47%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD5C2F (or 0xFD5C2F) is known color: Outrageous Orange. HEX triplet: FD, 5C and 2F. RGB value is (253,92,47). Sum of RGB (Red+Green+Blue) = 253+92+47=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5C2F is #02A3D0. Grayscale: #878787. Windows color (decimal): -173009 or 3103997. OLE color: 3103997.

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

Color convert

RGB 253 92 47 -
CMYK 0 0.64 0.81 0.01
HSL 13.11º 0.98% 0.59% -
HSV(B) 13.11º 0.81% 0.99% -
XYZ 44.85 28.74 5.87 -
YUV 135.01 78.34 212.16 -
System Red Green Blue C M Y K H S L
Decimal 253 92 47 0 0.64 0.81 0.01 13.11 0.98 0.59
Hex FD 5C 2F 0 40 51 1 D 62 3B
Octal 375 134 57 0 100 121 1 15 142 73
Binary 11111101 1011100 101111 0 1000000 1010001 1 1101 1100010 111011

Color Harmonies of #FD5C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C2F

Black with #FD5C2F

Text Example


Text Example

White with #FD5C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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