Html Css Color HEX #F8660F Safety Orange

📋 copy color: '#F8660F'

red 248 ◦ green 102 ◦ blue 15

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

Shades of Safety Orange #F8660F

Tints of Safety Orange #F8660F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.95%

 BLUE value IS 15 (6.25% from 255) = 4.11%

R = 67.95%
G = 27.95%
B = 4.11%

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

#F8660F (or 0xF8660F) is known color: Safety Orange. HEX triplet: F8, 66 and 0F. RGB value is (248,102,15). Sum of RGB (Red+Green+Blue) = 248+102+15=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F8660F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8660F is #0799F0. Grayscale: #888888. Windows color (decimal): -498161 or 1009400. OLE color: 1009400.

HSL color Cylindrical-coordinate representation of color #F8660F: hue angle of 22.4º 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 #F8660F is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 102 15 -
CMYK 0 0.59 0.94 0.03
HSL 22.4º 0.94% 0.52% -
HSV(B) 22.4º 0.94% 0.97% -
XYZ 43.55 29.49 3.85 -
YUV 135.74 59.87 208.07 -
System Red Green Blue C M Y K H S L
Decimal 248 102 15 0 0.59 0.94 0.03 22.4 0.94 0.52
Hex F8 66 F 0 3B 5E 3 16 5E 34
Octal 370 146 17 0 73 136 3 26 136 64
Binary 11111000 1100110 1111 0 111011 1011110 11 10110 1011110 110100

Color Harmonies of #F8660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8660F

Black with #F8660F

Text Example


Text Example

White with #F8660F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8660F; }

 p { color: rgb(248,102,15); }

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

background-color css

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

 a { background-color: rgb(248,102,15); }

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

border-color css

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

 span { border-color: rgb(248,102,15); }

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