Html Css Color HEX #F35C31 Outrageous Orange

📋 copy color: '#F35C31'

red 243 ◦ green 92 ◦ blue 49

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

Shades of Outrageous Orange #F35C31

Tints of Outrageous Orange #F35C31

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.96%

 BLUE value IS 49 (19.53% from 255) = 12.76%

R = 63.28%
G = 23.96%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F35C31 (or 0xF35C31) is known color: Outrageous Orange. HEX triplet: F3, 5C and 31. RGB value is (243,92,49). Sum of RGB (Red+Green+Blue) = 243+92+49=384 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.28% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 49 (19.53% from 255 or 12.76% from 384); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35C31 is #0CA3CE. Grayscale: #848484. Windows color (decimal): -828367 or 3235059. OLE color: 3235059.

HSL color Cylindrical-coordinate representation of color #F35C31: hue angle of 13.3º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F35C31 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 92 49 -
CMYK 0 0.62 0.80 0.05
HSL 13.3º 0.89% 0.57% -
HSV(B) 13.3º 0.8% 0.95% -
XYZ 41.34 26.93 5.92 -
YUV 132.25 81.03 207 -
System Red Green Blue C M Y K H S L
Decimal 243 92 49 0 0.62 0.80 0.05 13.3 0.89 0.57
Hex F3 5C 31 0 3E 50 5 D 59 39
Octal 363 134 61 0 76 120 5 15 131 71
Binary 11110011 1011100 110001 0 111110 1010000 101 1101 1011001 111001

Color Harmonies of #F35C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35C31

Black with #F35C31

Text Example


Text Example

White with #F35C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35C31; }

 p { color: rgb(243,92,49); }

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

background-color css

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

 a { background-color: rgb(243,92,49); }

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

border-color css

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

 span { border-color: rgb(243,92,49); }

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