Html Css Color HEX #FD5F0D Safety Orange

📋 copy color: '#FD5F0D'

red 253 ◦ green 95 ◦ blue 13

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

Shades of Safety Orange #FD5F0D

Tints of Safety Orange #FD5F0D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.32%

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

R = 70.08%
G = 26.32%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD5F0D (or 0xFD5F0D) is known color: Safety Orange. HEX triplet: FD, 5F and 0D. RGB value is (253,95,13). Sum of RGB (Red+Green+Blue) = 253+95+13=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5F0D is #02A0F2. Grayscale: #858585. Windows color (decimal): -172275 or 876541. OLE color: 876541.

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

Color convert

RGB 253 95 13 -
CMYK 0 0.62 0.95 0.01
HSL 20.5º 0.98% 0.52% -
HSV(B) 20.5º 0.95% 0.99% -
XYZ 44.67 29.1 3.64 -
YUV 132.89 60.35 213.67 -
System Red Green Blue C M Y K H S L
Decimal 253 95 13 0 0.62 0.95 0.01 20.5 0.98 0.52
Hex FD 5F D 0 3E 5F 1 14 62 34
Octal 375 137 15 0 76 137 1 24 142 64
Binary 11111101 1011111 1101 0 111110 1011111 1 10100 1100010 110100

Color Harmonies of #FD5F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5F0D

Black with #FD5F0D

Text Example


Text Example

White with #FD5F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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