Html Css Color HEX #FA522F Outrageous Orange

📋 copy color: '#FA522F'

red 250 ◦ green 82 ◦ blue 47

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

Shades of Outrageous Orange #FA522F

Tints of Outrageous Orange #FA522F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.4%

R = 65.96%
G = 21.64%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA522F (or 0xFA522F) is known color: Outrageous Orange. HEX triplet: FA, 52 and 2F. RGB value is (250,82,47). Sum of RGB (Red+Green+Blue) = 250+82+47=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA522F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA522F is #05ADD0. Grayscale: #808080. Windows color (decimal): -372177 or 3101434. OLE color: 3101434.

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

Color convert

RGB 250 82 47 -
CMYK 0 0.67 0.81 0.02
HSL 10.34º 0.95% 0.58% -
HSV(B) 10.34º 0.81% 0.98% -
XYZ 42.95 26.56 5.55 -
YUV 128.24 82.16 214.85 -
System Red Green Blue C M Y K H S L
Decimal 250 82 47 0 0.67 0.81 0.02 10.34 0.95 0.58
Hex FA 52 2F 0 43 51 2 A 5F 3A
Octal 372 122 57 0 103 121 2 12 137 72
Binary 11111010 1010010 101111 0 1000011 1010001 10 1010 1011111 111010

Color Harmonies of #FA522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA522F

Black with #FA522F

Text Example


Text Example

White with #FA522F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA522F; }

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

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

background-color css

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

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

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

border-color css

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

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

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