Html Css Color HEX #F7650D Safety Orange

📋 copy color: '#F7650D'

red 247 ◦ green 101 ◦ blue 13

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

Shades of Safety Orange #F7650D

Tints of Safety Orange #F7650D

RGB

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

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

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

R = 68.42%
G = 27.98%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7650D (or 0xF7650D) is known color: Safety Orange. HEX triplet: F7, 65 and 0D. RGB value is (247,101,13). Sum of RGB (Red+Green+Blue) = 247+101+13=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F7650D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7650D is #089AF2. Grayscale: #878787. Windows color (decimal): -563955 or 878071. OLE color: 878071.

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

Color convert

RGB 247 101 13 -
CMYK 0 0.59 0.95 0.03
HSL 22.56º 0.94% 0.51% -
HSV(B) 22.56º 0.95% 0.97% -
XYZ 43.08 29.11 3.73 -
YUV 134.62 59.37 208.16 -
System Red Green Blue C M Y K H S L
Decimal 247 101 13 0 0.59 0.95 0.03 22.56 0.94 0.51
Hex F7 65 D 0 3B 5F 3 17 5E 33
Octal 367 145 15 0 73 137 3 27 136 63
Binary 11110111 1100101 1101 0 111011 1011111 11 10111 1011110 110011

Color Harmonies of #F7650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7650D

Black with #F7650D

Text Example


Text Example

White with #F7650D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7650D; }

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

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

background-color css

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

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

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

border-color css

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

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

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