Html Css Color HEX #F7650E Safety Orange

📋 copy color: '#F7650E'

red 247 ◦ green 101 ◦ blue 14

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

Shades of Safety Orange #F7650E

Tints of Safety Orange #F7650E

RGB

 RED value IS 247 (96.88% from 255) = 68.23%

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

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

R = 68.23%
G = 27.9%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7650E (or 0xF7650E) is known color: Safety Orange. HEX triplet: F7, 65 and 0E. RGB value is (247,101,14). Sum of RGB (Red+Green+Blue) = 247+101+14=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F7650E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7650E is #089AF1. Grayscale: #878787. Windows color (decimal): -563954 or 943607. OLE color: 943607.

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

Color convert

RGB 247 101 14 -
CMYK 0 0.59 0.94 0.03
HSL 22.4º 0.94% 0.51% -
HSV(B) 22.4º 0.94% 0.97% -
XYZ 43.09 29.11 3.76 -
YUV 134.74 59.87 208.07 -
System Red Green Blue C M Y K H S L
Decimal 247 101 14 0 0.59 0.94 0.03 22.4 0.94 0.51
Hex F7 65 E 0 3B 5E 3 16 5E 33
Octal 367 145 16 0 73 136 3 26 136 63
Binary 11110111 1100101 1110 0 111011 1011110 11 10110 1011110 110011

Color Harmonies of #F7650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7650E

Black with #F7650E

Text Example


Text Example

White with #F7650E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7650E; }

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

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

background-color css

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

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

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

border-color css

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

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

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