Html Css Color HEX #F86507 Safety Orange

📋 copy color: '#F86507'

red 248 ◦ green 101 ◦ blue 7

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

Shades of Safety Orange #F86507

Tints of Safety Orange #F86507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.97%

R = 69.66%
G = 28.37%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F86507 (or 0xF86507) is known color: Safety Orange. HEX triplet: F8, 65 and 07. RGB value is (248,101,7). Sum of RGB (Red+Green+Blue) = 248+101+7=356 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.66% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 248 - color contains mainly: red. Hex color #F86507 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86507 is #079AF8. Grayscale: #868686. Windows color (decimal): -498425 or 484856. OLE color: 484856.

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

Color convert

RGB 248 101 7 -
CMYK 0 0.59 0.97 0.03
HSL 23.4º 0.95% 0.5% -
HSV(B) 23.4º 0.97% 0.97% -
XYZ 43.4 29.28 3.56 -
YUV 134.24 56.2 209.14 -
System Red Green Blue C M Y K H S L
Decimal 248 101 7 0 0.59 0.97 0.03 23.4 0.95 0.5
Hex F8 65 7 0 3B 61 3 17 5F 32
Octal 370 145 7 0 73 141 3 27 137 62
Binary 11111000 1100101 111 0 111011 1100001 11 10111 1011111 110010

Color Harmonies of #F86507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86507

Black with #F86507

Text Example


Text Example

White with #F86507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86507; }

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

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

background-color css

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

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

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

border-color css

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

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

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