Html Css Color HEX #FA6535 Outrageous Orange

📋 copy color: '#FA6535'

red 250 ◦ green 101 ◦ blue 53

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

Shades of Outrageous Orange #FA6535

Tints of Outrageous Orange #FA6535

RGB

 RED value IS 250 (98.05% from 255) = 61.88%

 GREEN value IS 101 (39.84% from 255) = 25%

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

R = 61.88%
G = 25%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA6535 (or 0xFA6535) is known color: Outrageous Orange. HEX triplet: FA, 65 and 35. RGB value is (250,101,53). Sum of RGB (Red+Green+Blue) = 250+101+53=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6535 is #059ACA. Grayscale: #8C8C8C. Windows color (decimal): -367307 or 3499514. OLE color: 3499514.

HSL color Cylindrical-coordinate representation of color #FA6535: hue angle of 14.62º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA6535 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 101 53 -
CMYK 0 0.60 0.79 0.02
HSL 14.62º 0.95% 0.59% -
HSV(B) 14.62º 0.79% 0.98% -
XYZ 44.72 29.89 6.78 -
YUV 140.08 78.86 206.4 -
System Red Green Blue C M Y K H S L
Decimal 250 101 53 0 0.60 0.79 0.02 14.62 0.95 0.59
Hex FA 65 35 0 3C 4F 2 F 5F 3B
Octal 372 145 65 0 74 117 2 17 137 73
Binary 11111010 1100101 110101 0 111100 1001111 10 1111 1011111 111011

Color Harmonies of #FA6535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6535

Black with #FA6535

Text Example


Text Example

White with #FA6535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6535; }

 p { color: rgb(250,101,53); }

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

background-color css

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

 a { background-color: rgb(250,101,53); }

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

border-color css

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

 span { border-color: rgb(250,101,53); }

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