Html Css Color HEX #FA612B Outrageous Orange

📋 copy color: '#FA612B'

red 250 ◦ green 97 ◦ blue 43

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

Shades of Outrageous Orange #FA612B

Tints of Outrageous Orange #FA612B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.03%

R = 64.1%
G = 24.87%
B = 11.03%

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

#FA612B (or 0xFA612B) is known color: Outrageous Orange. HEX triplet: FA, 61 and 2B. RGB value is (250,97,43). Sum of RGB (Red+Green+Blue) = 250+97+43=390 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.10% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 250 - color contains mainly: red. Hex color #FA612B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA612B is #059ED4. Grayscale: #888888. Windows color (decimal): -368341 or 2843130. OLE color: 2843130.

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

Color convert

RGB 250 97 43 -
CMYK 0 0.61 0.83 0.02
HSL 15.65º 0.95% 0.57% -
HSV(B) 15.65º 0.83% 0.98% -
XYZ 44.14 29.05 5.57 -
YUV 136.59 75.19 208.89 -
System Red Green Blue C M Y K H S L
Decimal 250 97 43 0 0.61 0.83 0.02 15.65 0.95 0.57
Hex FA 61 2B 0 3D 53 2 10 5F 39
Octal 372 141 53 0 75 123 2 20 137 71
Binary 11111010 1100001 101011 0 111101 1010011 10 10000 1011111 111001

Color Harmonies of #FA612B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA612B

Black with #FA612B

Text Example


Text Example

White with #FA612B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA612B; }

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

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

background-color css

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

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

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

border-color css

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

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

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