Html Css Color HEX #FA5D21 Outrageous Orange

📋 copy color: '#FA5D21'

red 250 ◦ green 93 ◦ blue 33

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

Shades of Outrageous Orange #FA5D21

Tints of Outrageous Orange #FA5D21

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.73%

 BLUE value IS 33 (13.28% from 255) = 8.78%

R = 66.49%
G = 24.73%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA5D21 (or 0xFA5D21) is known color: Outrageous Orange. HEX triplet: FA, 5D and 21. RGB value is (250,93,33). Sum of RGB (Red+Green+Blue) = 250+93+33=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 33 (13.28% from 255 or 8.78% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5D21 is #05A2DE. Grayscale: #858585. Windows color (decimal): -369375 or 2186746. OLE color: 2186746.

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

Color convert

RGB 250 93 33 -
CMYK 0 0.63 0.87 0.02
HSL 16.59º 0.96% 0.55% -
HSV(B) 16.59º 0.87% 0.98% -
XYZ 43.61 28.26 4.6 -
YUV 133.1 71.51 211.38 -
System Red Green Blue C M Y K H S L
Decimal 250 93 33 0 0.63 0.87 0.02 16.59 0.96 0.55
Hex FA 5D 21 0 3F 57 2 11 60 37
Octal 372 135 41 0 77 127 2 21 140 67
Binary 11111010 1011101 100001 0 111111 1010111 10 10001 1100000 110111

Color Harmonies of #FA5D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5D21

Black with #FA5D21

Text Example


Text Example

White with #FA5D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5D21; }

 p { color: rgb(250,93,33); }

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

background-color css

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

 a { background-color: rgb(250,93,33); }

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

border-color css

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

 span { border-color: rgb(250,93,33); }

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