Html Css Color HEX #F33C07 Orange Red

📋 copy color: '#F33C07'

red 243 ◦ green 60 ◦ blue 7

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

Shades of Orange Red #F33C07

Tints of Orange Red #F33C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.26%

R = 78.39%
G = 19.35%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F33C07 (or 0xF33C07) is known color: Orange Red. HEX triplet: F3, 3C and 07. RGB value is (243,60,7). Sum of RGB (Red+Green+Blue) = 243+60+7=310 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.39% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33C07 is #0CC3F8. Grayscale: #6D6D6D. Windows color (decimal): -836601 or 474355. OLE color: 474355.

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

Color convert

RGB 243 60 7 -
CMYK 0 0.75 0.97 0.05
HSL 13.47º 0.94% 0.49% -
HSV(B) 13.47º 0.97% 0.95% -
XYZ 38.62 22.3 2.47 -
YUV 108.68 70.63 223.81 -
System Red Green Blue C M Y K H S L
Decimal 243 60 7 0 0.75 0.97 0.05 13.47 0.94 0.49
Hex F3 3C 7 0 4B 61 5 D 5E 31
Octal 363 74 7 0 113 141 5 15 136 61
Binary 11110011 111100 111 0 1001011 1100001 101 1101 1011110 110001

Color Harmonies of #F33C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33C07

Black with #F33C07

Text Example


Text Example

White with #F33C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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