Html Css Color HEX #F65F07 Safety Orange

📋 copy color: '#F65F07'

red 246 ◦ green 95 ◦ blue 7

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

Shades of Safety Orange #F65F07

Tints of Safety Orange #F65F07

RGB

 RED value IS 246 (96.48% from 255) = 70.69%

 GREEN value IS 95 (37.5% from 255) = 27.3%

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

R = 70.69%
G = 27.3%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F65F07 (or 0xF65F07) is known color: Safety Orange. HEX triplet: F6, 5F and 07. RGB value is (246,95,7). Sum of RGB (Red+Green+Blue) = 246+95+7=348 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.69% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 7 (3.12% from 255 or 2.01% from 348); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65F07 is #09A0F8. Grayscale: #828282. Windows color (decimal): -631033 or 483318. OLE color: 483318.

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

Color convert

RGB 246 95 7 -
CMYK 0 0.61 0.97 0.04
HSL 22.09º 0.94% 0.5% -
HSV(B) 22.09º 0.97% 0.96% -
XYZ 42.14 27.79 3.34 -
YUV 130.12 58.53 210.66 -
System Red Green Blue C M Y K H S L
Decimal 246 95 7 0 0.61 0.97 0.04 22.09 0.94 0.5
Hex F6 5F 7 0 3D 61 4 16 5E 32
Octal 366 137 7 0 75 141 4 26 136 62
Binary 11110110 1011111 111 0 111101 1100001 100 10110 1011110 110010

Color Harmonies of #F65F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65F07

Black with #F65F07

Text Example


Text Example

White with #F65F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65F07; }

 p { color: rgb(246,95,7); }

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

background-color css

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

 a { background-color: rgb(246,95,7); }

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

border-color css

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

 span { border-color: rgb(246,95,7); }

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