Html Css Color HEX #FF5035 Sunset Orange

📋 copy color: '#FF5035'

red 255 ◦ green 80 ◦ blue 53

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

Shades of Sunset Orange #FF5035

Tints of Sunset Orange #FF5035

RGB

 RED value IS 255 (100% from 255) = 65.72%

 GREEN value IS 80 (31.64% from 255) = 20.62%

 BLUE value IS 53 (21.09% from 255) = 13.66%

R = 65.72%
G = 20.62%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FF5035 (or 0xFF5035) is known color: Sunset Orange. HEX triplet: FF, 50 and 35. RGB value is (255,80,53). Sum of RGB (Red+Green+Blue) = 255+80+53=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 53 (21.09% from 255 or 13.66% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5035 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5035 is #00AFCA. Grayscale: #818181. Windows color (decimal): -45003 or 3494143. OLE color: 3494143.

HSL color Cylindrical-coordinate representation of color #FF5035: hue angle of 8.02º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF5035 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.

Color convert

RGB 255 80 53 -
CMYK 0 0.69 0.79 0
HSL 8.02º 1% 0.6% -
HSV(B) 8.02º 0.79% 1% -
XYZ 44.75 27.25 6.27 -
YUV 129.25 84.98 217.7 -
System Red Green Blue C M Y K H S L
Decimal 255 80 53 0 0.69 0.79 0 8.02 1 0.6
Hex FF 50 35 0 45 4F 0 8 64 3C
Octal 377 120 65 0 105 117 0 10 144 74
Binary 11111111 1010000 110101 0 1000101 1001111 0 1000 1100100 111100

Color Harmonies of #FF5035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5035

Black with #FF5035

Text Example


Text Example

White with #FF5035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5035; }

 p { color: rgb(255,80,53); }

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

background-color css

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

 a { background-color: rgb(255,80,53); }

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

border-color css

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

 span { border-color: rgb(255,80,53); }

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