Html Css Color HEX #FA5533 Outrageous Orange

📋 copy color: '#FA5533'

red 250 ◦ green 85 ◦ blue 51

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

Shades of Outrageous Orange #FA5533

Tints of Outrageous Orange #FA5533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.21%

R = 64.77%
G = 22.02%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA5533 (or 0xFA5533) is known color: Outrageous Orange. HEX triplet: FA, 55 and 33. RGB value is (250,85,51). Sum of RGB (Red+Green+Blue) = 250+85+51=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 51 (20.31% from 255 or 13.21% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5533 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5533 is #05AACC. Grayscale: #828282. Windows color (decimal): -371405 or 3364346. OLE color: 3364346.

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

Color convert

RGB 250 85 51 -
CMYK 0 0.66 0.80 0.02
HSL 10.25º 0.95% 0.59% -
HSV(B) 10.25º 0.8% 0.98% -
XYZ 43.27 27.06 6.07 -
YUV 130.46 83.16 213.26 -
System Red Green Blue C M Y K H S L
Decimal 250 85 51 0 0.66 0.80 0.02 10.25 0.95 0.59
Hex FA 55 33 0 42 50 2 A 5F 3B
Octal 372 125 63 0 102 120 2 12 137 73
Binary 11111010 1010101 110011 0 1000010 1010000 10 1010 1011111 111011

Color Harmonies of #FA5533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5533

Black with #FA5533

Text Example


Text Example

White with #FA5533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5533; }

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

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

background-color css

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

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

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

border-color css

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

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

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