Html Css Color HEX #F33226 Red Orange

📋 copy color: '#F33226'

red 243 ◦ green 50 ◦ blue 38

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

Shades of Red Orange #F33226

Tints of Red Orange #F33226

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.11%

 BLUE value IS 38 (15.23% from 255) = 11.48%

R = 73.41%
G = 15.11%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F33226 (or 0xF33226) is known color: Red Orange. HEX triplet: F3, 32 and 26. RGB value is (243,50,38). Sum of RGB (Red+Green+Blue) = 243+50+38=331 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.41% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 243 - color contains mainly: red. Hex color #F33226 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33226 is #0CCDD9. Grayscale: #6A6A6A. Windows color (decimal): -839130 or 2503411. OLE color: 2503411.

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

Color convert

RGB 243 50 38 -
CMYK 0 0.79 0.84 0.05
HSL 3.51º 0.9% 0.55% -
HSV(B) 3.51º 0.84% 0.95% -
XYZ 38.45 21.48 3.95 -
YUV 106.34 89.44 225.48 -
System Red Green Blue C M Y K H S L
Decimal 243 50 38 0 0.79 0.84 0.05 3.51 0.9 0.55
Hex F3 32 26 0 4F 54 5 4 5A 37
Octal 363 62 46 0 117 124 5 4 132 67
Binary 11110011 110010 100110 0 1001111 1010100 101 100 1011010 110111

Color Harmonies of #F33226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33226

Black with #F33226

Text Example


Text Example

White with #F33226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33226; }

 p { color: rgb(243,50,38); }

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

background-color css

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

 a { background-color: rgb(243,50,38); }

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

border-color css

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

 span { border-color: rgb(243,50,38); }

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