Html Css Color HEX #FA642C Outrageous Orange

📋 copy color: '#FA642C'

red 250 ◦ green 100 ◦ blue 44

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

Shades of Outrageous Orange #FA642C

Tints of Outrageous Orange #FA642C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.17%

R = 63.45%
G = 25.38%
B = 11.17%

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

#FA642C (or 0xFA642C) is known color: Outrageous Orange. HEX triplet: FA, 64 and 2C. RGB value is (250,100,44). Sum of RGB (Red+Green+Blue) = 250+100+44=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 44 (17.58% from 255 or 11.17% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA642C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA642C is #059BD3. Grayscale: #8A8A8A. Windows color (decimal): -367572 or 2909434. OLE color: 2909434.

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

Color convert

RGB 250 100 44 -
CMYK 0 0.6 0.82 0.02
HSL 16.31º 0.95% 0.58% -
HSV(B) 16.31º 0.82% 0.98% -
XYZ 44.44 29.62 5.76 -
YUV 138.47 74.7 207.55 -
System Red Green Blue C M Y K H S L
Decimal 250 100 44 0 0.6 0.82 0.02 16.31 0.95 0.58
Hex FA 64 2C 0 3C 52 2 10 5F 3A
Octal 372 144 54 0 74 122 2 20 137 72
Binary 11111010 1100100 101100 0 111100 1010010 10 10000 1011111 111010

Color Harmonies of #FA642C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA642C

Black with #FA642C

Text Example


Text Example

White with #FA642C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA642C; }

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

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

background-color css

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

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

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

border-color css

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

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

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