Html Css Color HEX #FA5526 Outrageous Orange

📋 copy color: '#FA5526'

red 250 ◦ green 85 ◦ blue 38

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

Shades of Outrageous Orange #FA5526

Tints of Outrageous Orange #FA5526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.19%

R = 67.02%
G = 22.79%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA5526 (or 0xFA5526) is known color: Outrageous Orange. HEX triplet: FA, 55 and 26. RGB value is (250,85,38). Sum of RGB (Red+Green+Blue) = 250+85+38=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 38 (15.23% from 255 or 10.19% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5526 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5526 is #05AAD9. Grayscale: #818181. Windows color (decimal): -371418 or 2512378. OLE color: 2512378.

HSL color Cylindrical-coordinate representation of color #FA5526: hue angle of 13.3º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA5526 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 85 38 -
CMYK 0 0.66 0.85 0.02
HSL 13.3º 0.95% 0.56% -
HSV(B) 13.3º 0.85% 0.98% -
XYZ 43.02 26.96 4.77 -
YUV 128.98 76.66 214.32 -
System Red Green Blue C M Y K H S L
Decimal 250 85 38 0 0.66 0.85 0.02 13.3 0.95 0.56
Hex FA 55 26 0 42 55 2 D 5F 38
Octal 372 125 46 0 102 125 2 15 137 70
Binary 11111010 1010101 100110 0 1000010 1010101 10 1101 1011111 111000

Color Harmonies of #FA5526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5526

Black with #FA5526

Text Example


Text Example

White with #FA5526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5526; }

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

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

background-color css

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

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

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

border-color css

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

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

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