Html Css Color HEX #F7700A Safety Orange

📋 copy color: '#F7700A'

red 247 ◦ green 112 ◦ blue 10

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

Shades of Safety Orange #F7700A

Tints of Safety Orange #F7700A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.35%

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

R = 66.94%
G = 30.35%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7700A (or 0xF7700A) is known color: Safety Orange. HEX triplet: F7, 70 and 0A. RGB value is (247,112,10). Sum of RGB (Red+Green+Blue) = 247+112+10=369 (48% of max value = 765). Red value is 247 (96.88% from 255 or 66.94% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 10 (4.30% from 255 or 2.71% from 369); Max value from RGB is 247 - color contains mainly: red. Hex color #F7700A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7700A is #088FF5. Grayscale: #8D8D8D. Windows color (decimal): -561142 or 684279. OLE color: 684279.

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

Color convert

RGB 247 112 10 -
CMYK 0 0.55 0.96 0.03
HSL 25.82º 0.94% 0.5% -
HSV(B) 25.82º 0.96% 0.97% -
XYZ 44.21 31.38 4.02 -
YUV 140.74 54.23 203.79 -
System Red Green Blue C M Y K H S L
Decimal 247 112 10 0 0.55 0.96 0.03 25.82 0.94 0.5
Hex F7 70 A 0 37 60 3 1A 5E 32
Octal 367 160 12 0 67 140 3 32 136 62
Binary 11110111 1110000 1010 0 110111 1100000 11 11010 1011110 110010

Color Harmonies of #F7700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7700A

Black with #F7700A

Text Example


Text Example

White with #F7700A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7700A; }

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

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

background-color css

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

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

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

border-color css

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

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

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