Html Css Color HEX #F33F2B Red Orange

📋 copy color: '#F33F2B'

red 243 ◦ green 63 ◦ blue 43

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

Shades of Red Orange #F33F2B

Tints of Red Orange #F33F2B

RGB

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

 GREEN value IS 63 (25% from 255) = 18.05%

 BLUE value IS 43 (17.19% from 255) = 12.32%

R = 69.63%
G = 18.05%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F33F2B (or 0xF33F2B) is known color: Red Orange. HEX triplet: F3, 3F and 2B. RGB value is (243,63,43). Sum of RGB (Red+Green+Blue) = 243+63+43=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F33F2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33F2B is #0CC0D4. Grayscale: #727272. Windows color (decimal): -835797 or 2834419. OLE color: 2834419.

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

Color convert

RGB 243 63 43 -
CMYK 0 0.74 0.82 0.05
HSL 0.89% 0.56% -
HSV(B) 0.82% 0.95% -
XYZ 39.18 22.78 4.62 -
YUV 114.54 87.63 219.63 -
System Red Green Blue C M Y K H S L
Decimal 243 63 43 0 0.74 0.82 0.05 6 0.89 0.56
Hex F3 3F 2B 0 4A 52 5 6 59 38
Octal 363 77 53 0 112 122 5 6 131 70
Binary 11110011 111111 101011 0 1001010 1010010 101 110 1011001 111000

Color Harmonies of #F33F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33F2B

Black with #F33F2B

Text Example


Text Example

White with #F33F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33F2B; }

 p { color: rgb(243,63,43); }

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

background-color css

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

 a { background-color: rgb(243,63,43); }

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

border-color css

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

 span { border-color: rgb(243,63,43); }

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