Html Css Color HEX #F33C2A Red Orange

📋 copy color: '#F33C2A'

red 243 ◦ green 60 ◦ blue 42

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

Shades of Red Orange #F33C2A

Tints of Red Orange #F33C2A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.39%

 BLUE value IS 42 (16.8% from 255) = 12.17%

R = 70.43%
G = 17.39%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F33C2A (or 0xF33C2A) is known color: Red Orange. HEX triplet: F3, 3C and 2A. RGB value is (243,60,42). Sum of RGB (Red+Green+Blue) = 243+60+42=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33C2A is #0CC3D5. Grayscale: #707070. Windows color (decimal): -836566 or 2768115. OLE color: 2768115.

HSL color Cylindrical-coordinate representation of color #F33C2A: hue angle of 5.37º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F33C2A is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 60 42 -
CMYK 0 0.75 0.83 0.05
HSL 5.37º 0.89% 0.56% -
HSV(B) 5.37º 0.83% 0.95% -
XYZ 39 22.45 4.47 -
YUV 112.67 88.13 220.96 -
System Red Green Blue C M Y K H S L
Decimal 243 60 42 0 0.75 0.83 0.05 5.37 0.89 0.56
Hex F3 3C 2A 0 4B 53 5 5 59 38
Octal 363 74 52 0 113 123 5 5 131 70
Binary 11110011 111100 101010 0 1001011 1010011 101 101 1011001 111000

Color Harmonies of #F33C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33C2A

Black with #F33C2A

Text Example


Text Example

White with #F33C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33C2A; }

 p { color: rgb(243,60,42); }

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

background-color css

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

 a { background-color: rgb(243,60,42); }

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

border-color css

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

 span { border-color: rgb(243,60,42); }

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