Html Css Color HEX #F76C04 Safety Orange

📋 copy color: '#F76C04'

red 247 ◦ green 108 ◦ blue 4

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

Shades of Safety Orange #F76C04

Tints of Safety Orange #F76C04

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.08%

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 68.8%
G = 30.08%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F76C04 (or 0xF76C04) is known color: Safety Orange. HEX triplet: F7, 6C and 04. RGB value is (247,108,4). Sum of RGB (Red+Green+Blue) = 247+108+4=359 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.80% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 4 (1.95% from 255 or 1.11% from 359); Max value from RGB is 247 - color contains mainly: red. Hex color #F76C04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76C04 is #0893FB. Grayscale: #8A8A8A. Windows color (decimal): -562172 or 290039. OLE color: 290039.

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

Color convert

RGB 247 108 4 -
CMYK 0 0.56 0.98 0.03
HSL 25.68º 0.97% 0.49% -
HSV(B) 25.68º 0.98% 0.97% -
XYZ 43.74 30.51 3.7 -
YUV 137.71 52.55 205.96 -
System Red Green Blue C M Y K H S L
Decimal 247 108 4 0 0.56 0.98 0.03 25.68 0.97 0.49
Hex F7 6C 4 0 38 62 3 1A 61 31
Octal 367 154 4 0 70 142 3 32 141 61
Binary 11110111 1101100 100 0 111000 1100010 11 11010 1100001 110001

Color Harmonies of #F76C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76C04

Black with #F76C04

Text Example


Text Example

White with #F76C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76C04; }

 p { color: rgb(247,108,4); }

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

background-color css

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

 a { background-color: rgb(247,108,4); }

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

border-color css

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

 span { border-color: rgb(247,108,4); }

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