Html Css Color HEX #F86103 Safety Orange

📋 copy color: '#F86103'

red 248 ◦ green 97 ◦ blue 3

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

Shades of Safety Orange #F86103

Tints of Safety Orange #F86103

RGB

 RED value IS 248 (97.27% from 255) = 71.26%

 GREEN value IS 97 (38.28% from 255) = 27.87%

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

R = 71.26%
G = 27.87%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F86103 (or 0xF86103) is known color: Safety Orange. HEX triplet: F8, 61 and 03. RGB value is (248,97,3). Sum of RGB (Red+Green+Blue) = 248+97+3=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F86103 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86103 is #079EFC. Grayscale: #838383. Windows color (decimal): -499453 or 221688. OLE color: 221688.

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

Color convert

RGB 248 97 3 -
CMYK 0 0.61 0.99 0.03
HSL 23.02º 0.98% 0.49% -
HSV(B) 23.02º 0.99% 0.97% -
XYZ 43 28.51 3.32 -
YUV 131.43 55.53 211.14 -
System Red Green Blue C M Y K H S L
Decimal 248 97 3 0 0.61 0.99 0.03 23.02 0.98 0.49
Hex F8 61 3 0 3D 63 3 17 62 31
Octal 370 141 3 0 75 143 3 27 142 61
Binary 11111000 1100001 11 0 111101 1100011 11 10111 1100010 110001

Color Harmonies of #F86103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86103

Black with #F86103

Text Example


Text Example

White with #F86103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86103; }

 p { color: rgb(248,97,3); }

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

background-color css

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

 a { background-color: rgb(248,97,3); }

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

border-color css

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

 span { border-color: rgb(248,97,3); }

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