Html Css Color HEX #F33613 Orange Red

📋 copy color: '#F33613'

red 243 ◦ green 54 ◦ blue 19

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

Shades of Orange Red #F33613

Tints of Orange Red #F33613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.01%

R = 76.9%
G = 17.09%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F33613 (or 0xF33613) is known color: Orange Red. HEX triplet: F3, 36 and 13. RGB value is (243,54,19). Sum of RGB (Red+Green+Blue) = 243+54+19=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F33613 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33613 is #0CC9EC. Grayscale: #6A6A6A. Windows color (decimal): -838125 or 1259251. OLE color: 1259251.

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

Color convert

RGB 243 54 19 -
CMYK 0 0.78 0.92 0.05
HSL 9.38º 0.9% 0.51% -
HSV(B) 9.38º 0.92% 0.95% -
XYZ 38.4 21.74 2.79 -
YUV 106.52 78.62 225.35 -
System Red Green Blue C M Y K H S L
Decimal 243 54 19 0 0.78 0.92 0.05 9.38 0.9 0.51
Hex F3 36 13 0 4E 5C 5 9 5A 33
Octal 363 66 23 0 116 134 5 11 132 63
Binary 11110011 110110 10011 0 1001110 1011100 101 1001 1011010 110011

Color Harmonies of #F33613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33613

Black with #F33613

Text Example


Text Example

White with #F33613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33613; }

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

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

background-color css

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

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

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

border-color css

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

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

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