Html Css Color HEX #F7670C Safety Orange

📋 copy color: '#F7670C'

red 247 ◦ green 103 ◦ blue 12

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

Shades of Safety Orange #F7670C

Tints of Safety Orange #F7670C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.45%

 BLUE value IS 12 (5.08% from 255) = 3.31%

R = 68.23%
G = 28.45%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7670C (or 0xF7670C) is known color: Safety Orange. HEX triplet: F7, 67 and 0C. RGB value is (247,103,12). Sum of RGB (Red+Green+Blue) = 247+103+12=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F7670C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7670C is #0898F3. Grayscale: #888888. Windows color (decimal): -563444 or 813047. OLE color: 813047.

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

Color convert

RGB 247 103 12 -
CMYK 0 0.58 0.95 0.03
HSL 23.23º 0.94% 0.51% -
HSV(B) 23.23º 0.95% 0.97% -
XYZ 43.27 29.5 3.76 -
YUV 135.68 58.21 207.4 -
System Red Green Blue C M Y K H S L
Decimal 247 103 12 0 0.58 0.95 0.03 23.23 0.94 0.51
Hex F7 67 C 0 3A 5F 3 17 5E 33
Octal 367 147 14 0 72 137 3 27 136 63
Binary 11110111 1100111 1100 0 111010 1011111 11 10111 1011110 110011

Color Harmonies of #F7670C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7670C

Black with #F7670C

Text Example


Text Example

White with #F7670C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7670C; }

 p { color: rgb(247,103,12); }

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

background-color css

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

 a { background-color: rgb(247,103,12); }

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

border-color css

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

 span { border-color: rgb(247,103,12); }

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