Html Css Color HEX #FA521D Outrageous Orange

📋 copy color: '#FA521D'

red 250 ◦ green 82 ◦ blue 29

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

Shades of Outrageous Orange #FA521D

Tints of Outrageous Orange #FA521D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.03%

R = 69.25%
G = 22.71%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA521D (or 0xFA521D) is known color: Outrageous Orange. HEX triplet: FA, 52 and 1D. RGB value is (250,82,29). Sum of RGB (Red+Green+Blue) = 250+82+29=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA521D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA521D is #05ADE2. Grayscale: #7E7E7E. Windows color (decimal): -372195 or 1921786. OLE color: 1921786.

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

Color convert

RGB 250 82 29 -
CMYK 0 0.67 0.88 0.02
HSL 14.39º 0.96% 0.55% -
HSV(B) 14.39º 0.88% 0.98% -
XYZ 42.66 26.45 4.02 -
YUV 126.19 73.16 216.31 -
System Red Green Blue C M Y K H S L
Decimal 250 82 29 0 0.67 0.88 0.02 14.39 0.96 0.55
Hex FA 52 1D 0 43 58 2 E 60 37
Octal 372 122 35 0 103 130 2 16 140 67
Binary 11111010 1010010 11101 0 1000011 1011000 10 1110 1100000 110111

Color Harmonies of #FA521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA521D

Black with #FA521D

Text Example


Text Example

White with #FA521D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA521D; }

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

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

background-color css

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

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

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

border-color css

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

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

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