Html Css Color HEX #F65F0C Safety Orange

📋 copy color: '#F65F0C'

red 246 ◦ green 95 ◦ blue 12

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

Shades of Safety Orange #F65F0C

Tints of Safety Orange #F65F0C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.91%

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

R = 69.69%
G = 26.91%
B = 3.4%

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

#F65F0C (or 0xF65F0C) is known color: Safety Orange. HEX triplet: F6, 5F and 0C. RGB value is (246,95,12). Sum of RGB (Red+Green+Blue) = 246+95+12=353 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.69% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65F0C is #09A0F3. Grayscale: #838383. Windows color (decimal): -631028 or 810998. OLE color: 810998.

HSL color Cylindrical-coordinate representation of color #F65F0C: hue angle of 21.28º 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 #F65F0C is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 95 12 -
CMYK 0 0.61 0.95 0.04
HSL 21.28º 0.93% 0.51% -
HSV(B) 21.28º 0.95% 0.96% -
XYZ 42.16 27.8 3.49 -
YUV 130.69 61.03 210.25 -
System Red Green Blue C M Y K H S L
Decimal 246 95 12 0 0.61 0.95 0.04 21.28 0.93 0.51
Hex F6 5F C 0 3D 5F 4 15 5D 33
Octal 366 137 14 0 75 137 4 25 135 63
Binary 11110110 1011111 1100 0 111101 1011111 100 10101 1011101 110011

Color Harmonies of #F65F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65F0C

Black with #F65F0C

Text Example


Text Example

White with #F65F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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