Html Css Color HEX #F35C2D Outrageous Orange

📋 copy color: '#F35C2D'

red 243 ◦ green 92 ◦ blue 45

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

Shades of Outrageous Orange #F35C2D

Tints of Outrageous Orange #F35C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.84%

R = 63.95%
G = 24.21%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F35C2D (or 0xF35C2D) is known color: Outrageous Orange. HEX triplet: F3, 5C and 2D. RGB value is (243,92,45). Sum of RGB (Red+Green+Blue) = 243+92+45=380 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.95% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F35C2D is #0CA3D2. Grayscale: #848484. Windows color (decimal): -828371 or 2972915. OLE color: 2972915.

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

Color convert

RGB 243 92 45 -
CMYK 0 0.62 0.81 0.05
HSL 14.24º 0.89% 0.56% -
HSV(B) 14.24º 0.81% 0.95% -
XYZ 41.26 26.9 5.5 -
YUV 131.79 79.03 207.32 -
System Red Green Blue C M Y K H S L
Decimal 243 92 45 0 0.62 0.81 0.05 14.24 0.89 0.56
Hex F3 5C 2D 0 3E 51 5 E 59 38
Octal 363 134 55 0 76 121 5 16 131 70
Binary 11110011 1011100 101101 0 111110 1010001 101 1110 1011001 111000

Color Harmonies of #F35C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35C2D

Black with #F35C2D

Text Example


Text Example

White with #F35C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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