Html Css Color HEX #F6640F Safety Orange

📋 copy color: '#F6640F'

red 246 ◦ green 100 ◦ blue 15

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

Shades of Safety Orange #F6640F

Tints of Safety Orange #F6640F

RGB

 RED value IS 246 (96.48% from 255) = 68.14%

 GREEN value IS 100 (39.45% from 255) = 27.7%

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

R = 68.14%
G = 27.7%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6640F (or 0xF6640F) is known color: Safety Orange. HEX triplet: F6, 64 and 0F. RGB value is (246,100,15). Sum of RGB (Red+Green+Blue) = 246+100+15=361 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.14% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 246 - color contains mainly: red. Hex color #F6640F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6640F is #099BF0. Grayscale: #868686. Windows color (decimal): -629745 or 1008886. OLE color: 1008886.

HSL color Cylindrical-coordinate representation of color #F6640F: hue angle of 22.08º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6640F is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 100 15 -
CMYK 0 0.59 0.94 0.04
HSL 22.08º 0.93% 0.51% -
HSV(B) 22.08º 0.94% 0.96% -
XYZ 42.65 28.74 3.75 -
YUV 133.96 60.87 207.91 -
System Red Green Blue C M Y K H S L
Decimal 246 100 15 0 0.59 0.94 0.04 22.08 0.93 0.51
Hex F6 64 F 0 3B 5E 4 16 5D 33
Octal 366 144 17 0 73 136 4 26 135 63
Binary 11110110 1100100 1111 0 111011 1011110 100 10110 1011101 110011

Color Harmonies of #F6640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6640F

Black with #F6640F

Text Example


Text Example

White with #F6640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6640F; }

 p { color: rgb(246,100,15); }

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

background-color css

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

 a { background-color: rgb(246,100,15); }

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

border-color css

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

 span { border-color: rgb(246,100,15); }

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