Html Css Color HEX #FA522D Outrageous Orange

📋 copy color: '#FA522D'

red 250 ◦ green 82 ◦ blue 45

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

Shades of Outrageous Orange #FA522D

Tints of Outrageous Orange #FA522D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.75%

 BLUE value IS 45 (17.97% from 255) = 11.94%

R = 66.31%
G = 21.75%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA522D (or 0xFA522D) is known color: Outrageous Orange. HEX triplet: FA, 52 and 2D. RGB value is (250,82,45). Sum of RGB (Red+Green+Blue) = 250+82+45=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA522D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA522D is #05ADD2. Grayscale: #808080. Windows color (decimal): -372179 or 2970362. OLE color: 2970362.

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

Color convert

RGB 250 82 45 -
CMYK 0 0.67 0.82 0.02
HSL 10.83º 0.95% 0.58% -
HSV(B) 10.83º 0.82% 0.98% -
XYZ 42.92 26.55 5.35 -
YUV 128.01 81.16 215.01 -
System Red Green Blue C M Y K H S L
Decimal 250 82 45 0 0.67 0.82 0.02 10.83 0.95 0.58
Hex FA 52 2D 0 43 52 2 B 5F 3A
Octal 372 122 55 0 103 122 2 13 137 72
Binary 11111010 1010010 101101 0 1000011 1010010 10 1011 1011111 111010

Color Harmonies of #FA522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA522D

Black with #FA522D

Text Example


Text Example

White with #FA522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA522D; }

 p { color: rgb(250,82,45); }

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

background-color css

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

 a { background-color: rgb(250,82,45); }

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

border-color css

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

 span { border-color: rgb(250,82,45); }

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