Html Css Color HEX #FA5324 Outrageous Orange

📋 copy color: '#FA5324'

red 250 ◦ green 83 ◦ blue 36

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

Shades of Outrageous Orange #FA5324

Tints of Outrageous Orange #FA5324

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.49%

 BLUE value IS 36 (14.45% from 255) = 9.76%

R = 67.75%
G = 22.49%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA5324 (or 0xFA5324) is known color: Outrageous Orange. HEX triplet: FA, 53 and 24. RGB value is (250,83,36). Sum of RGB (Red+Green+Blue) = 250+83+36=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 36 (14.45% from 255 or 9.76% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5324 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5324 is #05ACDB. Grayscale: #7F7F7F. Windows color (decimal): -371932 or 2380794. OLE color: 2380794.

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

Color convert

RGB 250 83 36 -
CMYK 0 0.67 0.86 0.02
HSL 13.18º 0.96% 0.56% -
HSV(B) 13.18º 0.86% 0.98% -
XYZ 42.84 26.64 4.55 -
YUV 127.58 76.33 215.32 -
System Red Green Blue C M Y K H S L
Decimal 250 83 36 0 0.67 0.86 0.02 13.18 0.96 0.56
Hex FA 53 24 0 43 56 2 D 60 38
Octal 372 123 44 0 103 126 2 15 140 70
Binary 11111010 1010011 100100 0 1000011 1010110 10 1101 1100000 111000

Color Harmonies of #FA5324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5324

Black with #FA5324

Text Example


Text Example

White with #FA5324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5324; }

 p { color: rgb(250,83,36); }

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

background-color css

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

 a { background-color: rgb(250,83,36); }

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

border-color css

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

 span { border-color: rgb(250,83,36); }

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