Html Css Color HEX #F33501 Orange Red

📋 copy color: '#F33501'

red 243 ◦ green 53 ◦ blue 1

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

Shades of Orange Red #F33501

Tints of Orange Red #F33501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.85%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 81.82%
G = 17.85%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F33501 (or 0xF33501) is known color: Orange Red. HEX triplet: F3, 35 and 01. RGB value is (243,53,1). Sum of RGB (Red+Green+Blue) = 243+53+1=297 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.82% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 243 - color contains mainly: red. Hex color #F33501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33501 is #0CCAFE. Grayscale: #686868. Windows color (decimal): -838399 or 79347. OLE color: 79347.

HSL color Cylindrical-coordinate representation of color #F33501: hue angle of 12.89º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F33501 is Cyan = 0, Magento = 0.78, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 53 1 -
CMYK 0 0.78 1.00 0.05
HSL 12.89º 0.99% 0.48% -
HSV(B) 12.89º 1% 0.95% -
XYZ 38.24 21.6 2.18 -
YUV 103.88 69.95 227.23 -
System Red Green Blue C M Y K H S L
Decimal 243 53 1 0 0.78 1.00 0.05 12.89 0.99 0.48
Hex F3 35 1 0 4E 64 5 D 63 30
Octal 363 65 1 0 116 144 5 15 143 60
Binary 11110011 110101 1 0 1001110 1100100 101 1101 1100011 110000

Color Harmonies of #F33501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33501

Black with #F33501

Text Example


Text Example

White with #F33501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33501; }

 p { color: rgb(243,53,1); }

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

background-color css

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

 a { background-color: rgb(243,53,1); }

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

border-color css

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

 span { border-color: rgb(243,53,1); }

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