Html Css Color HEX #FA612A Outrageous Orange

📋 copy color: '#FA612A'

red 250 ◦ green 97 ◦ blue 42

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

Shades of Outrageous Orange #FA612A

Tints of Outrageous Orange #FA612A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.94%

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

R = 64.27%
G = 24.94%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA612A (or 0xFA612A) is known color: Outrageous Orange. HEX triplet: FA, 61 and 2A. RGB value is (250,97,42). Sum of RGB (Red+Green+Blue) = 250+97+42=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 42 (16.80% from 255 or 10.80% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA612A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA612A is #059ED5. Grayscale: #888888. Windows color (decimal): -368342 or 2777594. OLE color: 2777594.

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

Color convert

RGB 250 97 42 -
CMYK 0 0.61 0.83 0.02
HSL 15.87º 0.95% 0.57% -
HSV(B) 15.87º 0.83% 0.98% -
XYZ 44.12 29.04 5.47 -
YUV 136.48 74.69 208.97 -
System Red Green Blue C M Y K H S L
Decimal 250 97 42 0 0.61 0.83 0.02 15.87 0.95 0.57
Hex FA 61 2A 0 3D 53 2 10 5F 39
Octal 372 141 52 0 75 123 2 20 137 71
Binary 11111010 1100001 101010 0 111101 1010011 10 10000 1011111 111001

Color Harmonies of #FA612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA612A

Black with #FA612A

Text Example


Text Example

White with #FA612A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA612A; }

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

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

background-color css

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

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

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

border-color css

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

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

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