Html Css Color HEX #F8670F Safety Orange

📋 copy color: '#F8670F'

red 248 ◦ green 103 ◦ blue 15

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

Shades of Safety Orange #F8670F

Tints of Safety Orange #F8670F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.14%

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

R = 67.76%
G = 28.14%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F8670F (or 0xF8670F) is known color: Safety Orange. HEX triplet: F8, 67 and 0F. RGB value is (248,103,15). Sum of RGB (Red+Green+Blue) = 248+103+15=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F8670F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8670F is #0798F0. Grayscale: #888888. Windows color (decimal): -497905 or 1009656. OLE color: 1009656.

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

Color convert

RGB 248 103 15 -
CMYK 0 0.58 0.94 0.03
HSL 22.66º 0.94% 0.52% -
HSV(B) 22.66º 0.94% 0.97% -
XYZ 43.65 29.69 3.88 -
YUV 136.32 59.54 207.66 -
System Red Green Blue C M Y K H S L
Decimal 248 103 15 0 0.58 0.94 0.03 22.66 0.94 0.52
Hex F8 67 F 0 3A 5E 3 17 5E 34
Octal 370 147 17 0 72 136 3 27 136 64
Binary 11111000 1100111 1111 0 111010 1011110 11 10111 1011110 110100

Color Harmonies of #F8670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8670F

Black with #F8670F

Text Example


Text Example

White with #F8670F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8670F; }

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

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

background-color css

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

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

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

border-color css

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

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

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