Html Css Color HEX #FA5D2B Outrageous Orange

📋 copy color: '#FA5D2B'

red 250 ◦ green 93 ◦ blue 43

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

Shades of Outrageous Orange #FA5D2B

Tints of Outrageous Orange #FA5D2B

RGB

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

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

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

R = 64.77%
G = 24.09%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA5D2B (or 0xFA5D2B) is known color: Outrageous Orange. HEX triplet: FA, 5D and 2B. RGB value is (250,93,43). Sum of RGB (Red+Green+Blue) = 250+93+43=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5D2B is #05A2D4. Grayscale: #868686. Windows color (decimal): -369365 or 2842106. OLE color: 2842106.

HSL color Cylindrical-coordinate representation of color #FA5D2B: hue angle of 14.49º 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 #FA5D2B is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 93 43 -
CMYK 0 0.63 0.83 0.02
HSL 14.49º 0.95% 0.57% -
HSV(B) 14.49º 0.83% 0.98% -
XYZ 43.77 28.33 5.45 -
YUV 134.24 76.51 210.57 -
System Red Green Blue C M Y K H S L
Decimal 250 93 43 0 0.63 0.83 0.02 14.49 0.95 0.57
Hex FA 5D 2B 0 3F 53 2 E 5F 39
Octal 372 135 53 0 77 123 2 16 137 71
Binary 11111010 1011101 101011 0 111111 1010011 10 1110 1011111 111001

Color Harmonies of #FA5D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5D2B

Black with #FA5D2B

Text Example


Text Example

White with #FA5D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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