Html Css Color HEX #FD5C0D Safety Orange

📋 copy color: '#FD5C0D'

red 253 ◦ green 92 ◦ blue 13

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

Shades of Safety Orange #FD5C0D

Tints of Safety Orange #FD5C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.63%

R = 70.67%
G = 25.7%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD5C0D (or 0xFD5C0D) is known color: Safety Orange. HEX triplet: FD, 5C and 0D. RGB value is (253,92,13). Sum of RGB (Red+Green+Blue) = 253+92+13=358 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.67% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5C0D is #02A3F2. Grayscale: #838383. Windows color (decimal): -173043 or 875773. OLE color: 875773.

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

Color convert

RGB 253 92 13 -
CMYK 0 0.64 0.95 0.01
HSL 19.75º 0.98% 0.52% -
HSV(B) 19.75º 0.95% 0.99% -
XYZ 44.41 28.57 3.55 -
YUV 131.13 61.34 214.92 -
System Red Green Blue C M Y K H S L
Decimal 253 92 13 0 0.64 0.95 0.01 19.75 0.98 0.52
Hex FD 5C D 0 40 5F 1 14 62 34
Octal 375 134 15 0 100 137 1 24 142 64
Binary 11111101 1011100 1101 0 1000000 1011111 1 10100 1100010 110100

Color Harmonies of #FD5C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C0D

Black with #FD5C0D

Text Example


Text Example

White with #FD5C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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