Html Css Color HEX #F65F09 Safety Orange

📋 copy color: '#F65F09'

red 246 ◦ green 95 ◦ blue 9

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

Shades of Safety Orange #F65F09

Tints of Safety Orange #F65F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.57%

R = 70.29%
G = 27.14%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F65F09 (or 0xF65F09) is known color: Safety Orange. HEX triplet: F6, 5F and 09. RGB value is (246,95,9). Sum of RGB (Red+Green+Blue) = 246+95+9=350 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.29% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 9 (3.91% from 255 or 2.57% from 350); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65F09 is #09A0F6. Grayscale: #828282. Windows color (decimal): -631031 or 614390. OLE color: 614390.

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

Color convert

RGB 246 95 9 -
CMYK 0 0.61 0.96 0.04
HSL 21.77º 0.93% 0.5% -
HSV(B) 21.77º 0.96% 0.96% -
XYZ 42.15 27.8 3.4 -
YUV 130.35 59.53 210.49 -
System Red Green Blue C M Y K H S L
Decimal 246 95 9 0 0.61 0.96 0.04 21.77 0.93 0.5
Hex F6 5F 9 0 3D 60 4 16 5D 32
Octal 366 137 11 0 75 140 4 26 135 62
Binary 11110110 1011111 1001 0 111101 1100000 100 10110 1011101 110010

Color Harmonies of #F65F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65F09

Black with #F65F09

Text Example


Text Example

White with #F65F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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