Html Css Color HEX #FA6035 Outrageous Orange

📋 copy color: '#FA6035'

red 250 ◦ green 96 ◦ blue 53

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

Shades of Outrageous Orange #FA6035

Tints of Outrageous Orange #FA6035

RGB

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

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

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

R = 62.66%
G = 24.06%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA6035 (or 0xFA6035) is known color: Outrageous Orange. HEX triplet: FA, 60 and 35. RGB value is (250,96,53). Sum of RGB (Red+Green+Blue) = 250+96+53=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6035 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6035 is #059FCA. Grayscale: #898989. Windows color (decimal): -368587 or 3498234. OLE color: 3498234.

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

Color convert

RGB 250 96 53 -
CMYK 0 0.62 0.79 0.02
HSL 13.1º 0.95% 0.59% -
HSV(B) 13.1º 0.79% 0.98% -
XYZ 44.25 28.95 6.62 -
YUV 137.14 80.52 208.5 -
System Red Green Blue C M Y K H S L
Decimal 250 96 53 0 0.62 0.79 0.02 13.1 0.95 0.59
Hex FA 60 35 0 3E 4F 2 D 5F 3B
Octal 372 140 65 0 76 117 2 15 137 73
Binary 11111010 1100000 110101 0 111110 1001111 10 1101 1011111 111011

Color Harmonies of #FA6035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6035

Black with #FA6035

Text Example


Text Example

White with #FA6035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6035; }

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

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

background-color css

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

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

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

border-color css

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

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

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