Html Css Color HEX #FF6035 Outrageous Orange

📋 copy color: '#FF6035'

red 255 ◦ green 96 ◦ blue 53

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

Shades of Outrageous Orange #FF6035

Tints of Outrageous Orange #FF6035

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.76%

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

R = 63.12%
G = 23.76%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FF6035 (or 0xFF6035) is known color: Outrageous Orange. HEX triplet: FF, 60 and 35. RGB value is (255,96,53). Sum of RGB (Red+Green+Blue) = 255+96+53=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6035 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6035 is #009FCA. Grayscale: #8A8A8A. Windows color (decimal): -40907 or 3498239. OLE color: 3498239.

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

Color convert

RGB 255 96 53 -
CMYK 0 0.62 0.79 0
HSL 12.77º 1% 0.6% -
HSV(B) 12.77º 0.79% 1% -
XYZ 46.07 29.88 6.71 -
YUV 138.64 79.68 211 -
System Red Green Blue C M Y K H S L
Decimal 255 96 53 0 0.62 0.79 0 12.77 1 0.6
Hex FF 60 35 0 3E 4F 0 D 64 3C
Octal 377 140 65 0 76 117 0 15 144 74
Binary 11111111 1100000 110101 0 111110 1001111 0 1101 1100100 111100

Color Harmonies of #FF6035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6035

Black with #FF6035

Text Example


Text Example

White with #FF6035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6035; }

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

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

background-color css

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

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

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

border-color css

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

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

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