Html Css Color HEX #F35350 Sunset Orange

📋 copy color: '#F35350'

red 243 ◦ green 83 ◦ blue 80

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

Shades of Sunset Orange #F35350

Tints of Sunset Orange #F35350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.7%

R = 59.85%
G = 20.44%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F35350 (or 0xF35350) is known color: Sunset Orange. HEX triplet: F3, 53 and 50. RGB value is (243,83,80). Sum of RGB (Red+Green+Blue) = 243+83+80=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F35350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35350 is #0CACAF. Grayscale: #828282. Windows color (decimal): -830640 or 5264371. OLE color: 5264371.

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

Color convert

RGB 243 83 80 -
CMYK 0 0.66 0.67 0.05
HSL 1.1º 0.87% 0.63% -
HSV(B) 1.1º 0.67% 0.95% -
XYZ 41.5 25.82 10.39 -
YUV 130.5 99.51 208.24 -
System Red Green Blue C M Y K H S L
Decimal 243 83 80 0 0.66 0.67 0.05 1.1 0.87 0.63
Hex F3 53 50 0 42 43 5 1 57 3F
Octal 363 123 120 0 102 103 5 1 127 77
Binary 11110011 1010011 1010000 0 1000010 1000011 101 1 1010111 111111

Color Harmonies of #F35350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35350

Black with #F35350

Text Example


Text Example

White with #F35350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35350; }

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

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

background-color css

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

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

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

border-color css

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

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

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