Html Css Color HEX #F6610C Safety Orange

📋 copy color: '#F6610C'

red 246 ◦ green 97 ◦ blue 12

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

Shades of Safety Orange #F6610C

Tints of Safety Orange #F6610C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.32%

 BLUE value IS 12 (5.08% from 255) = 3.38%

R = 69.3%
G = 27.32%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6610C (or 0xF6610C) is known color: Safety Orange. HEX triplet: F6, 61 and 0C. RGB value is (246,97,12). Sum of RGB (Red+Green+Blue) = 246+97+12=355 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.30% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 246 - color contains mainly: red. Hex color #F6610C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6610C is #099EF3. Grayscale: #848484. Windows color (decimal): -630516 or 811510. OLE color: 811510.

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

Color convert

RGB 246 97 12 -
CMYK 0 0.61 0.95 0.04
HSL 21.79º 0.93% 0.51% -
HSV(B) 21.79º 0.95% 0.96% -
XYZ 42.35 28.17 3.55 -
YUV 131.86 60.36 209.41 -
System Red Green Blue C M Y K H S L
Decimal 246 97 12 0 0.61 0.95 0.04 21.79 0.93 0.51
Hex F6 61 C 0 3D 5F 4 16 5D 33
Octal 366 141 14 0 75 137 4 26 135 63
Binary 11110110 1100001 1100 0 111101 1011111 100 10110 1011101 110011

Color Harmonies of #F6610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6610C

Black with #F6610C

Text Example


Text Example

White with #F6610C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6610C; }

 p { color: rgb(246,97,12); }

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

background-color css

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

 a { background-color: rgb(246,97,12); }

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

border-color css

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

 span { border-color: rgb(246,97,12); }

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