Html Css Color HEX #F33F0A Orange Red

📋 copy color: '#F33F0A'

red 243 ◦ green 63 ◦ blue 10

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

Shades of Orange Red #F33F0A

Tints of Orange Red #F33F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.16%

R = 76.9%
G = 19.94%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F33F0A (or 0xF33F0A) is known color: Orange Red. HEX triplet: F3, 3F and 0A. RGB value is (243,63,10). Sum of RGB (Red+Green+Blue) = 243+63+10=316 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.90% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 243 - color contains mainly: red. Hex color #F33F0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33F0A is #0CC0F5. Grayscale: #6F6F6F. Windows color (decimal): -835830 or 671731. OLE color: 671731.

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

Color convert

RGB 243 63 10 -
CMYK 0 0.74 0.96 0.05
HSL 13.65º 0.92% 0.5% -
HSV(B) 13.65º 0.96% 0.95% -
XYZ 38.79 22.63 2.61 -
YUV 110.78 71.13 222.31 -
System Red Green Blue C M Y K H S L
Decimal 243 63 10 0 0.74 0.96 0.05 13.65 0.92 0.5
Hex F3 3F A 0 4A 60 5 E 5C 32
Octal 363 77 12 0 112 140 5 16 134 62
Binary 11110011 111111 1010 0 1001010 1100000 101 1110 1011100 110010

Color Harmonies of #F33F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33F0A

Black with #F33F0A

Text Example


Text Example

White with #F33F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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