Html Css Color HEX #F86510 Safety Orange

📋 copy color: '#F86510'

red 248 ◦ green 101 ◦ blue 16

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

Shades of Safety Orange #F86510

Tints of Safety Orange #F86510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.67%

 BLUE value IS 16 (6.64% from 255) = 4.38%

R = 67.95%
G = 27.67%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F86510 (or 0xF86510) is known color: Safety Orange. HEX triplet: F8, 65 and 10. RGB value is (248,101,16). Sum of RGB (Red+Green+Blue) = 248+101+16=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F86510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86510 is #079AEF. Grayscale: #878787. Windows color (decimal): -498416 or 1074680. OLE color: 1074680.

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

Color convert

RGB 248 101 16 -
CMYK 0 0.59 0.94 0.03
HSL 21.98º 0.94% 0.52% -
HSV(B) 21.98º 0.94% 0.97% -
XYZ 43.46 29.3 3.86 -
YUV 135.26 60.7 208.41 -
System Red Green Blue C M Y K H S L
Decimal 248 101 16 0 0.59 0.94 0.03 21.98 0.94 0.52
Hex F8 65 10 0 3B 5E 3 16 5E 34
Octal 370 145 20 0 73 136 3 26 136 64
Binary 11111000 1100101 10000 0 111011 1011110 11 10110 1011110 110100

Color Harmonies of #F86510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86510

Black with #F86510

Text Example


Text Example

White with #F86510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86510; }

 p { color: rgb(248,101,16); }

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

background-color css

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

 a { background-color: rgb(248,101,16); }

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

border-color css

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

 span { border-color: rgb(248,101,16); }

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