Html Css Color HEX #FA512C Outrageous Orange

📋 copy color: '#FA512C'

red 250 ◦ green 81 ◦ blue 44

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

Shades of Outrageous Orange #FA512C

Tints of Outrageous Orange #FA512C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.6%

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

R = 66.67%
G = 21.6%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA512C (or 0xFA512C) is known color: Outrageous Orange. HEX triplet: FA, 51 and 2C. RGB value is (250,81,44). Sum of RGB (Red+Green+Blue) = 250+81+44=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA512C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA512C is #05AED3. Grayscale: #7F7F7F. Windows color (decimal): -372436 or 2904570. OLE color: 2904570.

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

Color convert

RGB 250 81 44 -
CMYK 0 0.68 0.82 0.02
HSL 10.78º 0.95% 0.58% -
HSV(B) 10.78º 0.82% 0.98% -
XYZ 42.82 26.39 5.22 -
YUV 127.31 80.99 215.51 -
System Red Green Blue C M Y K H S L
Decimal 250 81 44 0 0.68 0.82 0.02 10.78 0.95 0.58
Hex FA 51 2C 0 44 52 2 B 5F 3A
Octal 372 121 54 0 104 122 2 13 137 72
Binary 11111010 1010001 101100 0 1000100 1010010 10 1011 1011111 111010

Color Harmonies of #FA512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA512C

Black with #FA512C

Text Example


Text Example

White with #FA512C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA512C; }

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

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

background-color css

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

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

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

border-color css

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

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

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