Html Css Color HEX #F7640A Safety Orange

📋 copy color: '#F7640A'

red 247 ◦ green 100 ◦ blue 10

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

Shades of Safety Orange #F7640A

Tints of Safety Orange #F7640A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.8%

R = 69.19%
G = 28.01%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7640A (or 0xF7640A) is known color: Safety Orange. HEX triplet: F7, 64 and 0A. RGB value is (247,100,10). Sum of RGB (Red+Green+Blue) = 247+100+10=357 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.19% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 247 - color contains mainly: red. Hex color #F7640A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7640A is #089BF5. Grayscale: #868686. Windows color (decimal): -564214 or 681207. OLE color: 681207.

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

Color convert

RGB 247 100 10 -
CMYK 0 0.60 0.96 0.03
HSL 22.78º 0.94% 0.5% -
HSV(B) 22.78º 0.96% 0.97% -
XYZ 42.97 28.91 3.6 -
YUV 133.69 58.2 208.82 -
System Red Green Blue C M Y K H S L
Decimal 247 100 10 0 0.60 0.96 0.03 22.78 0.94 0.5
Hex F7 64 A 0 3C 60 3 17 5E 32
Octal 367 144 12 0 74 140 3 27 136 62
Binary 11110111 1100100 1010 0 111100 1100000 11 10111 1011110 110010

Color Harmonies of #F7640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7640A

Black with #F7640A

Text Example


Text Example

White with #F7640A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7640A; }

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

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

background-color css

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

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

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

border-color css

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

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

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