Html Css Color HEX #FA632D Outrageous Orange

📋 copy color: '#FA632D'

red 250 ◦ green 99 ◦ blue 45

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

Shades of Outrageous Orange #FA632D

Tints of Outrageous Orange #FA632D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.42%

R = 63.45%
G = 25.13%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA632D (or 0xFA632D) is known color: Outrageous Orange. HEX triplet: FA, 63 and 2D. RGB value is (250,99,45). Sum of RGB (Red+Green+Blue) = 250+99+45=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA632D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA632D is #059CD2. Grayscale: #8A8A8A. Windows color (decimal): -367827 or 2974714. OLE color: 2974714.

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

Color convert

RGB 250 99 45 -
CMYK 0 0.60 0.82 0.02
HSL 15.8º 0.95% 0.58% -
HSV(B) 15.8º 0.82% 0.98% -
XYZ 44.36 29.44 5.83 -
YUV 137.99 75.53 207.89 -
System Red Green Blue C M Y K H S L
Decimal 250 99 45 0 0.60 0.82 0.02 15.8 0.95 0.58
Hex FA 63 2D 0 3C 52 2 10 5F 3A
Octal 372 143 55 0 74 122 2 20 137 72
Binary 11111010 1100011 101101 0 111100 1010010 10 10000 1011111 111010

Color Harmonies of #FA632D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA632D

Black with #FA632D

Text Example


Text Example

White with #FA632D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA632D; }

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

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

background-color css

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

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

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

border-color css

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

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

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