Html Css Color HEX #F5650E Safety Orange

📋 copy color: '#F5650E'

red 245 ◦ green 101 ◦ blue 14

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

Shades of Safety Orange #F5650E

Tints of Safety Orange #F5650E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.06%

 BLUE value IS 14 (5.86% from 255) = 3.89%

R = 68.06%
G = 28.06%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F5650E (or 0xF5650E) is known color: Safety Orange. HEX triplet: F5, 65 and 0E. RGB value is (245,101,14). Sum of RGB (Red+Green+Blue) = 245+101+14=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F5650E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5650E is #0A9AF1. Grayscale: #868686. Windows color (decimal): -695026 or 943605. OLE color: 943605.

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

Color convert

RGB 245 101 14 -
CMYK 0 0.59 0.94 0.04
HSL 22.6º 0.92% 0.51% -
HSV(B) 22.6º 0.94% 0.96% -
XYZ 42.39 28.75 3.73 -
YUV 134.14 60.21 207.07 -
System Red Green Blue C M Y K H S L
Decimal 245 101 14 0 0.59 0.94 0.04 22.6 0.92 0.51
Hex F5 65 E 0 3B 5E 4 17 5C 33
Octal 365 145 16 0 73 136 4 27 134 63
Binary 11110101 1100101 1110 0 111011 1011110 100 10111 1011100 110011

Color Harmonies of #F5650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5650E

Black with #F5650E

Text Example


Text Example

White with #F5650E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5650E; }

 p { color: rgb(245,101,14); }

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

background-color css

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

 a { background-color: rgb(245,101,14); }

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

border-color css

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

 span { border-color: rgb(245,101,14); }

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