Html Css Color HEX #F65F06 Safety Orange

📋 copy color: '#F65F06'

red 246 ◦ green 95 ◦ blue 6

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

Shades of Safety Orange #F65F06

Tints of Safety Orange #F65F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.73%

R = 70.89%
G = 27.38%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F65F06 (or 0xF65F06) is known color: Safety Orange. HEX triplet: F6, 5F and 06. RGB value is (246,95,6). Sum of RGB (Red+Green+Blue) = 246+95+6=347 (45% of max value = 765). Red value is 246 (96.48% from 255 or 70.89% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 6 (2.73% from 255 or 1.73% from 347); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65F06 is #09A0F9. Grayscale: #828282. Windows color (decimal): -631034 or 417782. OLE color: 417782.

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

Color convert

RGB 246 95 6 -
CMYK 0 0.61 0.98 0.04
HSL 22.25º 0.95% 0.49% -
HSV(B) 22.25º 0.98% 0.96% -
XYZ 42.13 27.79 3.32 -
YUV 130 58.03 210.74 -
System Red Green Blue C M Y K H S L
Decimal 246 95 6 0 0.61 0.98 0.04 22.25 0.95 0.49
Hex F6 5F 6 0 3D 62 4 16 5F 31
Octal 366 137 6 0 75 142 4 26 137 61
Binary 11110110 1011111 110 0 111101 1100010 100 10110 1011111 110001

Color Harmonies of #F65F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65F06

Black with #F65F06

Text Example


Text Example

White with #F65F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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