Html Css Color HEX #FA5A2B Outrageous Orange

📋 copy color: '#FA5A2B'

red 250 ◦ green 90 ◦ blue 43

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

Shades of Outrageous Orange #FA5A2B

Tints of Outrageous Orange #FA5A2B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.5%

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

R = 65.27%
G = 23.5%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA5A2B (or 0xFA5A2B) is known color: Outrageous Orange. HEX triplet: FA, 5A and 2B. RGB value is (250,90,43). Sum of RGB (Red+Green+Blue) = 250+90+43=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5A2B is #05A5D4. Grayscale: #848484. Windows color (decimal): -370133 or 2841338. OLE color: 2841338.

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

Color convert

RGB 250 90 43 -
CMYK 0 0.64 0.83 0.02
HSL 13.62º 0.95% 0.57% -
HSV(B) 13.62º 0.83% 0.98% -
XYZ 43.52 27.81 5.36 -
YUV 132.48 77.51 211.82 -
System Red Green Blue C M Y K H S L
Decimal 250 90 43 0 0.64 0.83 0.02 13.62 0.95 0.57
Hex FA 5A 2B 0 40 53 2 E 5F 39
Octal 372 132 53 0 100 123 2 16 137 71
Binary 11111010 1011010 101011 0 1000000 1010011 10 1110 1011111 111001

Color Harmonies of #FA5A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5A2B

Black with #FA5A2B

Text Example


Text Example

White with #FA5A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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