Html Css Color HEX #F5610D Safety Orange

📋 copy color: '#F5610D'

red 245 ◦ green 97 ◦ blue 13

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

Shades of Safety Orange #F5610D

Tints of Safety Orange #F5610D

RGB

 RED value IS 245 (96.09% from 255) = 69.01%

 GREEN value IS 97 (38.28% from 255) = 27.32%

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

R = 69.01%
G = 27.32%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5610D (or 0xF5610D) is known color: Safety Orange. HEX triplet: F5, 61 and 0D. RGB value is (245,97,13). Sum of RGB (Red+Green+Blue) = 245+97+13=355 (47% of max value = 765). Red value is 245 (96.09% from 255 or 69.01% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 245 - color contains mainly: red. Hex color #F5610D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5610D is #0A9EF2. Grayscale: #848484. Windows color (decimal): -696051 or 877045. OLE color: 877045.

HSL color Cylindrical-coordinate representation of color #F5610D: hue angle of 21.72º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5610D is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 97 13 -
CMYK 0 0.60 0.95 0.04
HSL 21.72º 0.92% 0.51% -
HSV(B) 21.72º 0.95% 0.96% -
XYZ 42 27.99 3.57 -
YUV 131.68 61.03 208.83 -
System Red Green Blue C M Y K H S L
Decimal 245 97 13 0 0.60 0.95 0.04 21.72 0.92 0.51
Hex F5 61 D 0 3C 5F 4 16 5C 33
Octal 365 141 15 0 74 137 4 26 134 63
Binary 11110101 1100001 1101 0 111100 1011111 100 10110 1011100 110011

Color Harmonies of #F5610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5610D

Black with #F5610D

Text Example


Text Example

White with #F5610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5610D; }

 p { color: rgb(245,97,13); }

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

background-color css

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

 a { background-color: rgb(245,97,13); }

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

border-color css

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

 span { border-color: rgb(245,97,13); }

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