Html Css Color HEX #FD5C07 Safety Orange

📋 copy color: '#FD5C07'

red 253 ◦ green 92 ◦ blue 7

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

Shades of Safety Orange #FD5C07

Tints of Safety Orange #FD5C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.99%

R = 71.88%
G = 26.14%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FD5C07 (or 0xFD5C07) is known color: Safety Orange. HEX triplet: FD, 5C and 07. RGB value is (253,92,7). Sum of RGB (Red+Green+Blue) = 253+92+7=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 7 (3.12% from 255 or 1.99% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5C07 is #02A3F8. Grayscale: #828282. Windows color (decimal): -173049 or 482557. OLE color: 482557.

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

Color convert

RGB 253 92 7 -
CMYK 0 0.64 0.97 0.01
HSL 20.73º 0.98% 0.51% -
HSV(B) 20.73º 0.97% 0.99% -
XYZ 44.37 28.55 3.37 -
YUV 130.45 58.34 215.41 -
System Red Green Blue C M Y K H S L
Decimal 253 92 7 0 0.64 0.97 0.01 20.73 0.98 0.51
Hex FD 5C 7 0 40 61 1 15 62 33
Octal 375 134 7 0 100 141 1 25 142 63
Binary 11111101 1011100 111 0 1000000 1100001 1 10101 1100010 110011

Color Harmonies of #FD5C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C07

Black with #FD5C07

Text Example


Text Example

White with #FD5C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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