Html Css Color HEX #FA512A Outrageous Orange

📋 copy color: '#FA512A'

red 250 ◦ green 81 ◦ blue 42

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

Shades of Outrageous Orange #FA512A

Tints of Outrageous Orange #FA512A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.26%

R = 67.02%
G = 21.72%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA512A (or 0xFA512A) is known color: Outrageous Orange. HEX triplet: FA, 51 and 2A. RGB value is (250,81,42). Sum of RGB (Red+Green+Blue) = 250+81+42=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA512A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA512A is #05AED5. Grayscale: #7F7F7F. Windows color (decimal): -372438 or 2773498. OLE color: 2773498.

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

Color convert

RGB 250 81 42 -
CMYK 0 0.68 0.83 0.02
HSL 11.25º 0.95% 0.57% -
HSV(B) 11.25º 0.83% 0.98% -
XYZ 42.78 26.38 5.03 -
YUV 127.09 79.99 215.67 -
System Red Green Blue C M Y K H S L
Decimal 250 81 42 0 0.68 0.83 0.02 11.25 0.95 0.57
Hex FA 51 2A 0 44 53 2 B 5F 39
Octal 372 121 52 0 104 123 2 13 137 71
Binary 11111010 1010001 101010 0 1000100 1010011 10 1011 1011111 111001

Color Harmonies of #FA512A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA512A

Black with #FA512A

Text Example


Text Example

White with #FA512A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA512A; }

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

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

background-color css

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

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

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

border-color css

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

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

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