Html Css Color HEX #F65F03 Safety Orange

📋 copy color: '#F65F03'

red 246 ◦ green 95 ◦ blue 3

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

Shades of Safety Orange #F65F03

Tints of Safety Orange #F65F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 71.51%
G = 27.62%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F65F03 (or 0xF65F03) is known color: Safety Orange. HEX triplet: F6, 5F and 03. RGB value is (246,95,3). Sum of RGB (Red+Green+Blue) = 246+95+3=344 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.51% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65F03 is #09A0FC. Grayscale: #828282. Windows color (decimal): -631037 or 221174. OLE color: 221174.

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

Color convert

RGB 246 95 3 -
CMYK 0 0.61 0.99 0.04
HSL 22.72º 0.98% 0.49% -
HSV(B) 22.72º 0.99% 0.96% -
XYZ 42.11 27.78 3.23 -
YUV 129.66 56.53 210.98 -
System Red Green Blue C M Y K H S L
Decimal 246 95 3 0 0.61 0.99 0.04 22.72 0.98 0.49
Hex F6 5F 3 0 3D 63 4 17 62 31
Octal 366 137 3 0 75 143 4 27 142 61
Binary 11110110 1011111 11 0 111101 1100011 100 10111 1100010 110001

Color Harmonies of #F65F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65F03

Black with #F65F03

Text Example


Text Example

White with #F65F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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