Html Css Color HEX #FA522B Outrageous Orange

📋 copy color: '#FA522B'

red 250 ◦ green 82 ◦ blue 43

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

Shades of Outrageous Orange #FA522B

Tints of Outrageous Orange #FA522B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.47%

R = 66.67%
G = 21.87%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA522B (or 0xFA522B) is known color: Outrageous Orange. HEX triplet: FA, 52 and 2B. RGB value is (250,82,43). Sum of RGB (Red+Green+Blue) = 250+82+43=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA522B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA522B is #05ADD4. Grayscale: #808080. Windows color (decimal): -372181 or 2839290. OLE color: 2839290.

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

Color convert

RGB 250 82 43 -
CMYK 0 0.67 0.83 0.02
HSL 11.3º 0.95% 0.57% -
HSV(B) 11.3º 0.83% 0.98% -
XYZ 42.88 26.53 5.15 -
YUV 127.79 80.16 215.17 -
System Red Green Blue C M Y K H S L
Decimal 250 82 43 0 0.67 0.83 0.02 11.3 0.95 0.57
Hex FA 52 2B 0 43 53 2 B 5F 39
Octal 372 122 53 0 103 123 2 13 137 71
Binary 11111010 1010010 101011 0 1000011 1010011 10 1011 1011111 111001

Color Harmonies of #FA522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA522B

Black with #FA522B

Text Example


Text Example

White with #FA522B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA522B; }

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

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

background-color css

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

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

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

border-color css

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

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

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