Html Css Color HEX #F3640C Safety Orange

📋 copy color: '#F3640C'

red 243 ◦ green 100 ◦ blue 12

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

Shades of Safety Orange #F3640C

Tints of Safety Orange #F3640C

RGB

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

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

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

R = 68.45%
G = 28.17%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3640C (or 0xF3640C) is known color: Safety Orange. HEX triplet: F3, 64 and 0C. RGB value is (243,100,12). Sum of RGB (Red+Green+Blue) = 243+100+12=355 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.45% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 243 - color contains mainly: red. Hex color #F3640C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3640C is #0C9BF3. Grayscale: #858585. Windows color (decimal): -826356 or 812275. OLE color: 812275.

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

Color convert

RGB 243 100 12 -
CMYK 0 0.59 0.95 0.05
HSL 22.86º 0.91% 0.5% -
HSV(B) 22.86º 0.95% 0.95% -
XYZ 41.59 28.2 3.6 -
YUV 132.73 59.88 206.66 -
System Red Green Blue C M Y K H S L
Decimal 243 100 12 0 0.59 0.95 0.05 22.86 0.91 0.5
Hex F3 64 C 0 3B 5F 5 17 5B 32
Octal 363 144 14 0 73 137 5 27 133 62
Binary 11110011 1100100 1100 0 111011 1011111 101 10111 1011011 110010

Color Harmonies of #F3640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3640C

Black with #F3640C

Text Example


Text Example

White with #F3640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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