Html Css Color HEX #FA5530 Outrageous Orange

📋 copy color: '#FA5530'

red 250 ◦ green 85 ◦ blue 48

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

Shades of Outrageous Orange #FA5530

Tints of Outrageous Orange #FA5530

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.19%

 BLUE value IS 48 (19.14% from 255) = 12.53%

R = 65.27%
G = 22.19%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA5530 (or 0xFA5530) is known color: Outrageous Orange. HEX triplet: FA, 55 and 30. RGB value is (250,85,48). Sum of RGB (Red+Green+Blue) = 250+85+48=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5530 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5530 is #05AACF. Grayscale: #828282. Windows color (decimal): -371408 or 3167738. OLE color: 3167738.

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

Color convert

RGB 250 85 48 -
CMYK 0 0.66 0.81 0.02
HSL 10.99º 0.95% 0.58% -
HSV(B) 10.99º 0.81% 0.98% -
XYZ 43.21 27.03 5.74 -
YUV 130.12 81.66 213.51 -
System Red Green Blue C M Y K H S L
Decimal 250 85 48 0 0.66 0.81 0.02 10.99 0.95 0.58
Hex FA 55 30 0 42 51 2 B 5F 3A
Octal 372 125 60 0 102 121 2 13 137 72
Binary 11111010 1010101 110000 0 1000010 1010001 10 1011 1011111 111010

Color Harmonies of #FA5530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5530

Black with #FA5530

Text Example


Text Example

White with #FA5530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5530; }

 p { color: rgb(250,85,48); }

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

background-color css

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

 a { background-color: rgb(250,85,48); }

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

border-color css

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

 span { border-color: rgb(250,85,48); }

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