Html Css Color HEX #F3531E Outrageous Orange

📋 copy color: '#F3531E'

red 243 ◦ green 83 ◦ blue 30

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

Shades of Outrageous Orange #F3531E

Tints of Outrageous Orange #F3531E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.31%

 BLUE value IS 30 (12.11% from 255) = 8.43%

R = 68.26%
G = 23.31%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F3531E (or 0xF3531E) is known color: Outrageous Orange. HEX triplet: F3, 53 and 1E. RGB value is (243,83,30). Sum of RGB (Red+Green+Blue) = 243+83+30=356 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.26% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 243 - color contains mainly: red. Hex color #F3531E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3531E is #0CACE1. Grayscale: #7D7D7D. Windows color (decimal): -830690 or 1987571. OLE color: 1987571.

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

Color convert

RGB 243 83 30 -
CMYK 0 0.66 0.88 0.05
HSL 14.93º 0.9% 0.54% -
HSV(B) 14.93º 0.88% 0.95% -
XYZ 40.29 25.33 3.99 -
YUV 124.8 74.51 212.31 -
System Red Green Blue C M Y K H S L
Decimal 243 83 30 0 0.66 0.88 0.05 14.93 0.9 0.54
Hex F3 53 1E 0 42 58 5 F 5A 36
Octal 363 123 36 0 102 130 5 17 132 66
Binary 11110011 1010011 11110 0 1000010 1011000 101 1111 1011010 110110

Color Harmonies of #F3531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3531E

Black with #F3531E

Text Example


Text Example

White with #F3531E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3531E; }

 p { color: rgb(243,83,30); }

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

background-color css

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

 a { background-color: rgb(243,83,30); }

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

border-color css

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

 span { border-color: rgb(243,83,30); }

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