Html Css Color HEX #F5670D Safety Orange

📋 copy color: '#F5670D'

red 245 ◦ green 103 ◦ blue 13

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

Shades of Safety Orange #F5670D

Tints of Safety Orange #F5670D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.53%

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

R = 67.87%
G = 28.53%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5670D (or 0xF5670D) is known color: Safety Orange. HEX triplet: F5, 67 and 0D. RGB value is (245,103,13). Sum of RGB (Red+Green+Blue) = 245+103+13=361 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.87% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 245 - color contains mainly: red. Hex color #F5670D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5670D is #0A98F2. Grayscale: #878787. Windows color (decimal): -694515 or 878581. OLE color: 878581.

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

Color convert

RGB 245 103 13 -
CMYK 0 0.58 0.95 0.04
HSL 23.28º 0.92% 0.51% -
HSV(B) 23.28º 0.95% 0.96% -
XYZ 42.58 29.14 3.76 -
YUV 135.2 59.04 206.32 -
System Red Green Blue C M Y K H S L
Decimal 245 103 13 0 0.58 0.95 0.04 23.28 0.92 0.51
Hex F5 67 D 0 3A 5F 4 17 5C 33
Octal 365 147 15 0 72 137 4 27 134 63
Binary 11110101 1100111 1101 0 111010 1011111 100 10111 1011100 110011

Color Harmonies of #F5670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5670D

Black with #F5670D

Text Example


Text Example

White with #F5670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5670D; }

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

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

background-color css

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

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

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

border-color css

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

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

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