Html Css Color HEX #F76A07 Safety Orange

📋 copy color: '#F76A07'

red 247 ◦ green 106 ◦ blue 7

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

Shades of Safety Orange #F76A07

Tints of Safety Orange #F76A07

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.44%

 BLUE value IS 7 (3.13% from 255) = 1.94%

R = 68.61%
G = 29.44%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F76A07 (or 0xF76A07) is known color: Safety Orange. HEX triplet: F7, 6A and 07. RGB value is (247,106,7). Sum of RGB (Red+Green+Blue) = 247+106+7=360 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.61% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 7 (3.12% from 255 or 1.94% from 360); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76A07 is #0895F8. Grayscale: #898989. Windows color (decimal): -562681 or 486135. OLE color: 486135.

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

Color convert

RGB 247 106 7 -
CMYK 0 0.57 0.97 0.03
HSL 24.75º 0.94% 0.5% -
HSV(B) 24.75º 0.97% 0.97% -
XYZ 43.55 30.1 3.72 -
YUV 136.87 54.71 206.55 -
System Red Green Blue C M Y K H S L
Decimal 247 106 7 0 0.57 0.97 0.03 24.75 0.94 0.5
Hex F7 6A 7 0 39 61 3 19 5E 32
Octal 367 152 7 0 71 141 3 31 136 62
Binary 11110111 1101010 111 0 111001 1100001 11 11001 1011110 110010

Color Harmonies of #F76A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76A07

Black with #F76A07

Text Example


Text Example

White with #F76A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76A07; }

 p { color: rgb(247,106,7); }

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

background-color css

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

 a { background-color: rgb(247,106,7); }

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

border-color css

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

 span { border-color: rgb(247,106,7); }

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