Html Css Color HEX #F7640D Safety Orange

📋 copy color: '#F7640D'

red 247 ◦ green 100 ◦ blue 13

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

Shades of Safety Orange #F7640D

Tints of Safety Orange #F7640D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.78%

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

R = 68.61%
G = 27.78%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7640D (or 0xF7640D) is known color: Safety Orange. HEX triplet: F7, 64 and 0D. RGB value is (247,100,13). Sum of RGB (Red+Green+Blue) = 247+100+13=360 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.61% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 247 - color contains mainly: red. Hex color #F7640D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7640D is #089BF2. Grayscale: #868686. Windows color (decimal): -564211 or 877815. OLE color: 877815.

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

Color convert

RGB 247 100 13 -
CMYK 0 0.60 0.95 0.03
HSL 22.31º 0.94% 0.51% -
HSV(B) 22.31º 0.95% 0.97% -
XYZ 42.99 28.92 3.7 -
YUV 134.04 59.7 208.57 -
System Red Green Blue C M Y K H S L
Decimal 247 100 13 0 0.60 0.95 0.03 22.31 0.94 0.51
Hex F7 64 D 0 3C 5F 3 16 5E 33
Octal 367 144 15 0 74 137 3 26 136 63
Binary 11110111 1100100 1101 0 111100 1011111 11 10110 1011110 110011

Color Harmonies of #F7640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7640D

Black with #F7640D

Text Example


Text Example

White with #F7640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7640D; }

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

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

background-color css

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

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

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

border-color css

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

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

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