Html Css Color HEX #F3650F Safety Orange

📋 copy color: '#F3650F'

red 243 ◦ green 101 ◦ blue 15

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

Shades of Safety Orange #F3650F

Tints of Safety Orange #F3650F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.13%

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

R = 67.69%
G = 28.13%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F3650F (or 0xF3650F) is known color: Safety Orange. HEX triplet: F3, 65 and 0F. RGB value is (243,101,15). Sum of RGB (Red+Green+Blue) = 243+101+15=359 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.69% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 243 - color contains mainly: red. Hex color #F3650F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3650F is #0C9AF0. Grayscale: #868686. Windows color (decimal): -826097 or 1009139. OLE color: 1009139.

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

Color convert

RGB 243 101 15 -
CMYK 0 0.58 0.94 0.05
HSL 22.63º 0.9% 0.51% -
HSV(B) 22.63º 0.94% 0.95% -
XYZ 41.7 28.4 3.74 -
YUV 133.65 61.04 205.99 -
System Red Green Blue C M Y K H S L
Decimal 243 101 15 0 0.58 0.94 0.05 22.63 0.9 0.51
Hex F3 65 F 0 3A 5E 5 17 5A 33
Octal 363 145 17 0 72 136 5 27 132 63
Binary 11110011 1100101 1111 0 111010 1011110 101 10111 1011010 110011

Color Harmonies of #F3650F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3650F

Black with #F3650F

Text Example


Text Example

White with #F3650F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3650F; }

 p { color: rgb(243,101,15); }

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

background-color css

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

 a { background-color: rgb(243,101,15); }

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

border-color css

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

 span { border-color: rgb(243,101,15); }

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