Html Css Color HEX #F3670C Safety Orange

📋 copy color: '#F3670C'

red 243 ◦ green 103 ◦ blue 12

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

Shades of Safety Orange #F3670C

Tints of Safety Orange #F3670C

RGB

 RED value IS 243 (95.31% from 255) = 67.88%

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

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

R = 67.88%
G = 28.77%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3670C (or 0xF3670C) is known color: Safety Orange. HEX triplet: F3, 67 and 0C. RGB value is (243,103,12). Sum of RGB (Red+Green+Blue) = 243+103+12=358 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.88% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 243 - color contains mainly: red. Hex color #F3670C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3670C is #0C98F3. Grayscale: #868686. Windows color (decimal): -825588 or 813043. OLE color: 813043.

HSL color Cylindrical-coordinate representation of color #F3670C: hue angle of 23.64º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3670C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 103 12 -
CMYK 0 0.58 0.95 0.05
HSL 23.64º 0.91% 0.5% -
HSV(B) 23.64º 0.95% 0.95% -
XYZ 41.88 28.78 3.7 -
YUV 134.49 58.88 205.4 -
System Red Green Blue C M Y K H S L
Decimal 243 103 12 0 0.58 0.95 0.05 23.64 0.91 0.5
Hex F3 67 C 0 3A 5F 5 18 5B 32
Octal 363 147 14 0 72 137 5 30 133 62
Binary 11110011 1100111 1100 0 111010 1011111 101 11000 1011011 110010

Color Harmonies of #F3670C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3670C

Black with #F3670C

Text Example


Text Example

White with #F3670C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3670C; }

 p { color: rgb(243,103,12); }

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

background-color css

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

 a { background-color: rgb(243,103,12); }

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

border-color css

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

 span { border-color: rgb(243,103,12); }

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