Html Css Color HEX #F3650C Safety Orange

📋 copy color: '#F3650C'

red 243 ◦ green 101 ◦ blue 12

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

Shades of Safety Orange #F3650C

Tints of Safety Orange #F3650C

RGB

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

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

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

R = 68.26%
G = 28.37%
B = 3.37%

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

#F3650C (or 0xF3650C) is known color: Safety Orange. HEX triplet: F3, 65 and 0C. RGB value is (243,101,12). Sum of RGB (Red+Green+Blue) = 243+101+12=356 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.26% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 243 - color contains mainly: red. Hex color #F3650C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3650C is #0C9AF3. Grayscale: #858585. Windows color (decimal): -826100 or 812531. OLE color: 812531.

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

Color convert

RGB 243 101 12 -
CMYK 0 0.58 0.95 0.05
HSL 23.12º 0.91% 0.5% -
HSV(B) 23.12º 0.95% 0.95% -
XYZ 41.68 28.39 3.63 -
YUV 133.31 59.54 206.24 -
System Red Green Blue C M Y K H S L
Decimal 243 101 12 0 0.58 0.95 0.05 23.12 0.91 0.5
Hex F3 65 C 0 3A 5F 5 17 5B 32
Octal 363 145 14 0 72 137 5 27 133 62
Binary 11110011 1100101 1100 0 111010 1011111 101 10111 1011011 110010

Color Harmonies of #F3650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3650C

Black with #F3650C

Text Example


Text Example

White with #F3650C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3650C; }

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

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

background-color css

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

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

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

border-color css

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

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

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