Html Css Color HEX #F3360F Orange Red

📋 copy color: '#F3360F'

red 243 ◦ green 54 ◦ blue 15

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

Shades of Orange Red #F3360F

Tints of Orange Red #F3360F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.31%

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

R = 77.88%
G = 17.31%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F3360F (or 0xF3360F) is known color: Orange Red. HEX triplet: F3, 36 and 0F. RGB value is (243,54,15). Sum of RGB (Red+Green+Blue) = 243+54+15=312 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.88% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 243 - color contains mainly: red. Hex color #F3360F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3360F is #0CC9F0. Grayscale: #6A6A6A. Windows color (decimal): -838129 or 997107. OLE color: 997107.

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

Color convert

RGB 243 54 15 -
CMYK 0 0.78 0.94 0.05
HSL 10.26º 0.9% 0.51% -
HSV(B) 10.26º 0.94% 0.95% -
XYZ 38.37 21.73 2.62 -
YUV 106.07 76.62 225.67 -
System Red Green Blue C M Y K H S L
Decimal 243 54 15 0 0.78 0.94 0.05 10.26 0.9 0.51
Hex F3 36 F 0 4E 5E 5 A 5A 33
Octal 363 66 17 0 116 136 5 12 132 63
Binary 11110011 110110 1111 0 1001110 1011110 101 1010 1011010 110011

Color Harmonies of #F3360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3360F

Black with #F3360F

Text Example


Text Example

White with #F3360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3360F; }

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

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

background-color css

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

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

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

border-color css

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

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

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