Html Css Color HEX #F3511F Outrageous Orange

📋 copy color: '#F3511F'

red 243 ◦ green 81 ◦ blue 31

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

Shades of Outrageous Orange #F3511F

Tints of Outrageous Orange #F3511F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.82%

 BLUE value IS 31 (12.5% from 255) = 8.73%

R = 68.45%
G = 22.82%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F3511F (or 0xF3511F) is known color: Outrageous Orange. HEX triplet: F3, 51 and 1F. RGB value is (243,81,31). Sum of RGB (Red+Green+Blue) = 243+81+31=355 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.45% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 243 - color contains mainly: red. Hex color #F3511F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3511F is #0CAEE0. Grayscale: #7C7C7C. Windows color (decimal): -831201 or 2052595. OLE color: 2052595.

HSL color Cylindrical-coordinate representation of color #F3511F: hue angle of 14.15º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F3511F is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 81 31 -
CMYK 0 0.67 0.87 0.05
HSL 14.15º 0.9% 0.54% -
HSV(B) 14.15º 0.87% 0.95% -
XYZ 40.15 25.04 4.01 -
YUV 123.74 75.67 213.07 -
System Red Green Blue C M Y K H S L
Decimal 243 81 31 0 0.67 0.87 0.05 14.15 0.9 0.54
Hex F3 51 1F 0 43 57 5 E 5A 36
Octal 363 121 37 0 103 127 5 16 132 66
Binary 11110011 1010001 11111 0 1000011 1010111 101 1110 1011010 110110

Color Harmonies of #F3511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3511F

Black with #F3511F

Text Example


Text Example

White with #F3511F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3511F; }

 p { color: rgb(243,81,31); }

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

background-color css

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

 a { background-color: rgb(243,81,31); }

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

border-color css

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

 span { border-color: rgb(243,81,31); }

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