Html Css Color HEX #F33022 Red Orange

📋 copy color: '#F33022'

red 243 ◦ green 48 ◦ blue 34

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

Shades of Red Orange #F33022

Tints of Red Orange #F33022

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.77%

 BLUE value IS 34 (13.67% from 255) = 10.46%

R = 74.77%
G = 14.77%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F33022 (or 0xF33022) is known color: Red Orange. HEX triplet: F3, 30 and 22. RGB value is (243,48,34). Sum of RGB (Red+Green+Blue) = 243+48+34=325 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.77% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 243 - color contains mainly: red. Hex color #F33022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33022 is #0CCFDD. Grayscale: #686868. Windows color (decimal): -839646 or 2240755. OLE color: 2240755.

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

Color convert

RGB 243 48 34 -
CMYK 0 0.80 0.86 0.05
HSL 4.02º 0.9% 0.54% -
HSV(B) 4.02º 0.86% 0.95% -
XYZ 38.31 21.28 3.6 -
YUV 104.71 88.1 226.64 -
System Red Green Blue C M Y K H S L
Decimal 243 48 34 0 0.80 0.86 0.05 4.02 0.9 0.54
Hex F3 30 22 0 50 56 5 4 5A 36
Octal 363 60 42 0 120 126 5 4 132 66
Binary 11110011 110000 100010 0 1010000 1010110 101 100 1011010 110110

Color Harmonies of #F33022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33022

Black with #F33022

Text Example


Text Example

White with #F33022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33022; }

 p { color: rgb(243,48,34); }

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

background-color css

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

 a { background-color: rgb(243,48,34); }

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

border-color css

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

 span { border-color: rgb(243,48,34); }

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