Html Css Color HEX #F76A0D Safety Orange

📋 copy color: '#F76A0D'

red 247 ◦ green 106 ◦ blue 13

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

Shades of Safety Orange #F76A0D

Tints of Safety Orange #F76A0D

RGB

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

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

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

R = 67.49%
G = 28.96%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F76A0D (or 0xF76A0D) is known color: Safety Orange. HEX triplet: F7, 6A and 0D. RGB value is (247,106,13). Sum of RGB (Red+Green+Blue) = 247+106+13=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76A0D is #0895F2. Grayscale: #8A8A8A. Windows color (decimal): -562675 or 879351. OLE color: 879351.

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

Color convert

RGB 247 106 13 -
CMYK 0 0.57 0.95 0.03
HSL 23.85º 0.94% 0.51% -
HSV(B) 23.85º 0.95% 0.97% -
XYZ 43.58 30.11 3.9 -
YUV 137.56 57.71 206.06 -
System Red Green Blue C M Y K H S L
Decimal 247 106 13 0 0.57 0.95 0.03 23.85 0.94 0.51
Hex F7 6A D 0 39 5F 3 18 5E 33
Octal 367 152 15 0 71 137 3 30 136 63
Binary 11110111 1101010 1101 0 111001 1011111 11 11000 1011110 110011

Color Harmonies of #F76A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76A0D

Black with #F76A0D

Text Example


Text Example

White with #F76A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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