Html Css Color HEX #FA642D Outrageous Orange

📋 copy color: '#FA642D'

red 250 ◦ green 100 ◦ blue 45

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

Shades of Outrageous Orange #FA642D

Tints of Outrageous Orange #FA642D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.32%

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

R = 63.29%
G = 25.32%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA642D (or 0xFA642D) is known color: Outrageous Orange. HEX triplet: FA, 64 and 2D. RGB value is (250,100,45). Sum of RGB (Red+Green+Blue) = 250+100+45=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA642D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA642D is #059BD2. Grayscale: #8A8A8A. Windows color (decimal): -367571 or 2974970. OLE color: 2974970.

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

Color convert

RGB 250 100 45 -
CMYK 0 0.6 0.82 0.02
HSL 16.1º 0.95% 0.58% -
HSV(B) 16.1º 0.82% 0.98% -
XYZ 44.46 29.63 5.86 -
YUV 138.58 75.2 207.47 -
System Red Green Blue C M Y K H S L
Decimal 250 100 45 0 0.6 0.82 0.02 16.1 0.95 0.58
Hex FA 64 2D 0 3C 52 2 10 5F 3A
Octal 372 144 55 0 74 122 2 20 137 72
Binary 11111010 1100100 101101 0 111100 1010010 10 10000 1011111 111010

Color Harmonies of #FA642D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA642D

Black with #FA642D

Text Example


Text Example

White with #FA642D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA642D; }

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

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

background-color css

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

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

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

border-color css

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

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

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