Html Css Color HEX #FA5229 Outrageous Orange

📋 copy color: '#FA5229'

red 250 ◦ green 82 ◦ blue 41

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

Shades of Outrageous Orange #FA5229

Tints of Outrageous Orange #FA5229

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.98%

 BLUE value IS 41 (16.41% from 255) = 10.99%

R = 67.02%
G = 21.98%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA5229 (or 0xFA5229) is known color: Outrageous Orange. HEX triplet: FA, 52 and 29. RGB value is (250,82,41). Sum of RGB (Red+Green+Blue) = 250+82+41=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 41 (16.41% from 255 or 10.99% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5229 is #05ADD6. Grayscale: #7F7F7F. Windows color (decimal): -372183 or 2708218. OLE color: 2708218.

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

Color convert

RGB 250 82 41 -
CMYK 0 0.67 0.84 0.02
HSL 11.77º 0.95% 0.57% -
HSV(B) 11.77º 0.84% 0.98% -
XYZ 42.84 26.52 4.96 -
YUV 127.56 79.16 215.33 -
System Red Green Blue C M Y K H S L
Decimal 250 82 41 0 0.67 0.84 0.02 11.77 0.95 0.57
Hex FA 52 29 0 43 54 2 C 5F 39
Octal 372 122 51 0 103 124 2 14 137 71
Binary 11111010 1010010 101001 0 1000011 1010100 10 1100 1011111 111001

Color Harmonies of #FA5229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5229

Black with #FA5229

Text Example


Text Example

White with #FA5229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5229; }

 p { color: rgb(250,82,41); }

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

background-color css

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

 a { background-color: rgb(250,82,41); }

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

border-color css

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

 span { border-color: rgb(250,82,41); }

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