Html Css Color HEX #F33612 Orange Red

📋 copy color: '#F33612'

red 243 ◦ green 54 ◦ blue 18

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

Shades of Orange Red #F33612

Tints of Orange Red #F33612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.71%

R = 77.14%
G = 17.14%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F33612 (or 0xF33612) is known color: Orange Red. HEX triplet: F3, 36 and 12. RGB value is (243,54,18). Sum of RGB (Red+Green+Blue) = 243+54+18=315 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.14% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 243 - color contains mainly: red. Hex color #F33612 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33612 is #0CC9ED. Grayscale: #6A6A6A. Windows color (decimal): -838126 or 1193715. OLE color: 1193715.

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

Color convert

RGB 243 54 18 -
CMYK 0 0.78 0.93 0.05
HSL 9.6º 0.9% 0.51% -
HSV(B) 9.6º 0.93% 0.95% -
XYZ 38.39 21.74 2.74 -
YUV 106.41 78.12 225.43 -
System Red Green Blue C M Y K H S L
Decimal 243 54 18 0 0.78 0.93 0.05 9.6 0.9 0.51
Hex F3 36 12 0 4E 5D 5 A 5A 33
Octal 363 66 22 0 116 135 5 12 132 63
Binary 11110011 110110 10010 0 1001110 1011101 101 1010 1011010 110011

Color Harmonies of #F33612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33612

Black with #F33612

Text Example


Text Example

White with #F33612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33612; }

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

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

background-color css

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

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

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

border-color css

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

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

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