Html Css Color HEX #F86900 Safety Orange

📋 copy color: '#F86900'

red 248 ◦ green 105 ◦ blue 0

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

Shades of Safety Orange #F86900

Tints of Safety Orange #F86900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.75%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.25%
G = 29.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F86900 (or 0xF86900) is known color: Safety Orange. HEX triplet: F8, 69 and 00. RGB value is (248,105,0). Sum of RGB (Red+Green+Blue) = 248+105+0=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F86900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86900 is #0796FF. Grayscale: #888888. Windows color (decimal): -497408 or 27128. OLE color: 27128.

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

Color convert

RGB 248 105 0 -
CMYK 0 0.58 1 0.03
HSL 25.4º 1% 0.49% -
HSV(B) 25.4º 1% 0.97% -
XYZ 43.76 30.06 3.5 -
YUV 135.79 51.38 208.04 -
System Red Green Blue C M Y K H S L
Decimal 248 105 0 0 0.58 1 0.03 25.4 1 0.49
Hex F8 69 0 0 3A 64 3 19 64 31
Octal 370 151 0 0 72 144 3 31 144 61
Binary 11111000 1101001 0 0 111010 1100100 11 11001 1100100 110001

Color Harmonies of #F86900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86900

Black with #F86900

Text Example


Text Example

White with #F86900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86900; }

 p { color: rgb(248,105,0); }

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

background-color css

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

 a { background-color: rgb(248,105,0); }

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

border-color css

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

 span { border-color: rgb(248,105,0); }

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