Html Css Color HEX #F33500 Orange Red

📋 copy color: '#F33500'

red 243 ◦ green 53 ◦ blue 0

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

Shades of Orange Red #F33500

Tints of Orange Red #F33500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.09%
G = 17.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F33500 (or 0xF33500) is known color: Orange Red. HEX triplet: F3, 35 and 00. RGB value is (243,53,0). Sum of RGB (Red+Green+Blue) = 243+53+0=296 (39% of max value = 765). Red value is 243 (95.31% from 255 or 82.09% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 243 - color contains mainly: red. Hex color #F33500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33500 is #0CCAFF. Grayscale: #686868. Windows color (decimal): -838400 or 13811. OLE color: 13811.

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

Color convert

RGB 243 53 0 -
CMYK 0 0.78 1 0.05
HSL 13.09º 1% 0.48% -
HSV(B) 13.09º 1% 0.95% -
XYZ 38.24 21.6 2.15 -
YUV 103.77 69.45 227.31 -
System Red Green Blue C M Y K H S L
Decimal 243 53 0 0 0.78 1 0.05 13.09 1 0.48
Hex F3 35 0 0 4E 64 5 D 64 30
Octal 363 65 0 0 116 144 5 15 144 60
Binary 11110011 110101 0 0 1001110 1100100 101 1101 1100100 110000

Color Harmonies of #F33500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33500

Black with #F33500

Text Example


Text Example

White with #F33500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33500; }

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

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

background-color css

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

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

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

border-color css

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

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

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