Html Css Color HEX #F33504 Orange Red

📋 copy color: '#F33504'

red 243 ◦ green 53 ◦ blue 4

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

Shades of Orange Red #F33504

Tints of Orange Red #F33504

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.67%

 BLUE value IS 4 (1.95% from 255) = 1.33%

R = 81%
G = 17.67%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F33504 (or 0xF33504) is known color: Orange Red. HEX triplet: F3, 35 and 04. RGB value is (243,53,4). Sum of RGB (Red+Green+Blue) = 243+53+4=300 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 243 - color contains mainly: red. Hex color #F33504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33504 is #0CCAFB. Grayscale: #686868. Windows color (decimal): -838396 or 275955. OLE color: 275955.

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

Color convert

RGB 243 53 4 -
CMYK 0 0.78 0.98 0.05
HSL 12.3º 0.97% 0.48% -
HSV(B) 12.3º 0.98% 0.95% -
XYZ 38.26 21.61 2.27 -
YUV 104.22 71.45 226.98 -
System Red Green Blue C M Y K H S L
Decimal 243 53 4 0 0.78 0.98 0.05 12.3 0.97 0.48
Hex F3 35 4 0 4E 62 5 C 61 30
Octal 363 65 4 0 116 142 5 14 141 60
Binary 11110011 110101 100 0 1001110 1100010 101 1100 1100001 110000

Color Harmonies of #F33504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33504

Black with #F33504

Text Example


Text Example

White with #F33504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33504; }

 p { color: rgb(243,53,4); }

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

background-color css

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

 a { background-color: rgb(243,53,4); }

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

border-color css

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

 span { border-color: rgb(243,53,4); }

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