Html Css Color HEX #F35D32 Outrageous Orange

📋 copy color: '#F35D32'

red 243 ◦ green 93 ◦ blue 50

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

Shades of Outrageous Orange #F35D32

Tints of Outrageous Orange #F35D32

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.09%

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

R = 62.95%
G = 24.09%
B = 12.95%

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

#F35D32 (or 0xF35D32) is known color: Outrageous Orange. HEX triplet: F3, 5D and 32. RGB value is (243,93,50). Sum of RGB (Red+Green+Blue) = 243+93+50=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F35D32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35D32 is #0CA2CD. Grayscale: #858585. Windows color (decimal): -828110 or 3300851. OLE color: 3300851.

HSL color Cylindrical-coordinate representation of color #F35D32: hue angle of 13.37º 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 #F35D32 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 93 50 -
CMYK 0 0.62 0.79 0.05
HSL 13.37º 0.89% 0.57% -
HSV(B) 13.37º 0.79% 0.95% -
XYZ 41.45 27.11 6.07 -
YUV 132.95 81.2 206.5 -
System Red Green Blue C M Y K H S L
Decimal 243 93 50 0 0.62 0.79 0.05 13.37 0.89 0.57
Hex F3 5D 32 0 3E 4F 5 D 59 39
Octal 363 135 62 0 76 117 5 15 131 71
Binary 11110011 1011101 110010 0 111110 1001111 101 1101 1011001 111001

Color Harmonies of #F35D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35D32

Black with #F35D32

Text Example


Text Example

White with #F35D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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