Html Css Color HEX #F35C32 Outrageous Orange

📋 copy color: '#F35C32'

red 243 ◦ green 92 ◦ blue 50

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

Shades of Outrageous Orange #F35C32

Tints of Outrageous Orange #F35C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.99%

R = 63.12%
G = 23.9%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F35C32 (or 0xF35C32) is known color: Outrageous Orange. HEX triplet: F3, 5C and 32. RGB value is (243,92,50). Sum of RGB (Red+Green+Blue) = 243+92+50=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35C32 is #0CA3CD. Grayscale: #848484. Windows color (decimal): -828366 or 3300595. OLE color: 3300595.

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

Color convert

RGB 243 92 50 -
CMYK 0 0.62 0.79 0.05
HSL 13.06º 0.89% 0.57% -
HSV(B) 13.06º 0.79% 0.95% -
XYZ 41.37 26.94 6.04 -
YUV 132.36 81.53 206.92 -
System Red Green Blue C M Y K H S L
Decimal 243 92 50 0 0.62 0.79 0.05 13.06 0.89 0.57
Hex F3 5C 32 0 3E 4F 5 D 59 39
Octal 363 134 62 0 76 117 5 15 131 71
Binary 11110011 1011100 110010 0 111110 1001111 101 1101 1011001 111001

Color Harmonies of #F35C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35C32

Black with #F35C32

Text Example


Text Example

White with #F35C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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