Html Css Color HEX #FA6328 Outrageous Orange

📋 copy color: '#FA6328'

red 250 ◦ green 99 ◦ blue 40

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

Shades of Outrageous Orange #FA6328

Tints of Outrageous Orange #FA6328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.45%

 BLUE value IS 40 (16.02% from 255) = 10.28%

R = 64.27%
G = 25.45%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA6328 (or 0xFA6328) is known color: Outrageous Orange. HEX triplet: FA, 63 and 28. RGB value is (250,99,40). Sum of RGB (Red+Green+Blue) = 250+99+40=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6328 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6328 is #059CD7. Grayscale: #898989. Windows color (decimal): -367832 or 2647034. OLE color: 2647034.

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

Color convert

RGB 250 99 40 -
CMYK 0 0.60 0.84 0.02
HSL 16.86º 0.95% 0.57% -
HSV(B) 16.86º 0.84% 0.98% -
XYZ 44.27 29.4 5.35 -
YUV 137.42 73.03 208.3 -
System Red Green Blue C M Y K H S L
Decimal 250 99 40 0 0.60 0.84 0.02 16.86 0.95 0.57
Hex FA 63 28 0 3C 54 2 11 5F 39
Octal 372 143 50 0 74 124 2 21 137 71
Binary 11111010 1100011 101000 0 111100 1010100 10 10001 1011111 111001

Color Harmonies of #FA6328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6328

Black with #FA6328

Text Example


Text Example

White with #FA6328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6328; }

 p { color: rgb(250,99,40); }

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

background-color css

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

 a { background-color: rgb(250,99,40); }

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

border-color css

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

 span { border-color: rgb(250,99,40); }

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