Html Css Color HEX #FF5F0D Safety Orange

📋 copy color: '#FF5F0D'

red 255 ◦ green 95 ◦ blue 13

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

Shades of Safety Orange #FF5F0D

Tints of Safety Orange #FF5F0D

RGB

 RED value IS 255 (100% from 255) = 70.25%

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

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

R = 70.25%
G = 26.17%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF5F0D (or 0xFF5F0D) is known color: Safety Orange. HEX triplet: FF, 5F and 0D. RGB value is (255,95,13). Sum of RGB (Red+Green+Blue) = 255+95+13=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5F0D is #00A0F2. Grayscale: #858585. Windows color (decimal): -41203 or 876543. OLE color: 876543.

HSL color Cylindrical-coordinate representation of color #FF5F0D: hue angle of 20.33º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF5F0D is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 95 13 -
CMYK 0 0.63 0.95 0
HSL 20.33º 1% 0.53% -
HSV(B) 20.33º 0.95% 1% -
XYZ 45.4 29.47 3.68 -
YUV 133.49 60.01 214.67 -
System Red Green Blue C M Y K H S L
Decimal 255 95 13 0 0.63 0.95 0 20.33 1 0.53
Hex FF 5F D 0 3F 5F 0 14 64 35
Octal 377 137 15 0 77 137 0 24 144 65
Binary 11111111 1011111 1101 0 111111 1011111 0 10100 1100100 110101

Color Harmonies of #FF5F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5F0D

Black with #FF5F0D

Text Example


Text Example

White with #FF5F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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