Html Css Color HEX #F33901 Orange Red

📋 copy color: '#F33901'

red 243 ◦ green 57 ◦ blue 1

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

Shades of Orange Red #F33901

Tints of Orange Red #F33901

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.94%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 80.73%
G = 18.94%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F33901 (or 0xF33901) is known color: Orange Red. HEX triplet: F3, 39 and 01. RGB value is (243,57,1). Sum of RGB (Red+Green+Blue) = 243+57+1=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F33901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F33901 is #0CC6FE. Grayscale: #6A6A6A. Windows color (decimal): -837375 or 80371. OLE color: 80371.

HSL color Cylindrical-coordinate representation of color #F33901: hue angle of 13.88º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F33901 is Cyan = 0, Magento = 0.77, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 57 1 -
CMYK 0 0.77 1.00 0.05
HSL 13.88º 0.99% 0.48% -
HSV(B) 13.88º 1% 0.95% -
XYZ 38.43 21.98 2.25 -
YUV 106.23 68.62 225.55 -
System Red Green Blue C M Y K H S L
Decimal 243 57 1 0 0.77 1.00 0.05 13.88 0.99 0.48
Hex F3 39 1 0 4D 64 5 E 63 30
Octal 363 71 1 0 115 144 5 16 143 60
Binary 11110011 111001 1 0 1001101 1100100 101 1110 1100011 110000

Color Harmonies of #F33901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33901

Black with #F33901

Text Example


Text Example

White with #F33901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33901; }

 p { color: rgb(243,57,1); }

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

background-color css

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

 a { background-color: rgb(243,57,1); }

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

border-color css

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

 span { border-color: rgb(243,57,1); }

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